NC 14 div#navigation.menu width #11468
Labels
bug
design
Design, UI, UX, etc.
good first issue
Small tasks with clear documentation about how and in which place you need to fix things in.
Milestone
Hi.
Navigation menu needs to be 4px wider in order to avoid horizontal scrollbar.
Server configuration
Nextcloud version: 14.0.1
Updated from: 13.0.6
Where did you install Nextcloud from: webinstall script
Theme used: default
Client configuration
Browser used: Firefox 62.0 (64 bits)
OS used: Linux Mint 17.3 Cinnamon & Linux Mint 19 Cinnamon
Temporary workaround
Using the "Custom CSS" app to resize the menu
#header .header-left > nav > #navigation { position: relative; left: 25px; /* half the togglemenu */ transform: translateX(-50%); width: 164px; }
The text was updated successfully, but these errors were encountered: