nextcloud / calendar

📆 Calendar app for Nextcloud
https://apps.nextcloud.com/apps/calendar
GNU Affero General Public License v3.0
965 stars 237 forks source link

Calendar actions menu is too wide #6142

Closed ChristophWurst closed 1 month ago

ChristophWurst commented 1 month ago

Steps to reproduce

  1. Open the app
  2. Click ... next to a calendar

Expected behavior

Narrow menu (@nimishavijay how narrow exactly?)

Actual behaviour

image

Calendar app version

4.8

CalDAV-clients used

No response

Browser

No response

Client operating system

No response

Server operating system

No response

Web server

None

Database engine version

None

PHP engine version

None

Nextcloud version

No response

Updated from an older installed version or fresh install

None

List of activated apps

No response

Nextcloud configuration

No response

Web server error log

No response

Log file

No response

Browser log

No response

Additional info

No response

ChristophWurst commented 1 month ago

If all action menues should have a maximum width this change should go into nextcloud/vue

ChristophWurst commented 1 month ago

Contacts: image

we need to fix this in nextcloud/vue. @jancborchardt @nimishavijay what is the max width actions should have?

GVodyanov commented 1 month ago

Found where it needs to be changed @ChristophWurst https://github.com/nextcloud-libraries/nextcloud-vue/blob/a98fa7a2b7f0ac42d4ba46cf20c5020a5f428fec/src/assets/action.scss#L83

I propose 180px

marcoambrosini commented 1 month ago

Let's make it depend on the clickable area: calc(var(--default-clickable-area) * 5)) = 170px

GVodyanov commented 1 month ago

Closing as is not needed, see https://github.com/nextcloud-libraries/nextcloud-vue/pull/5807#pullrequestreview-2191598387