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; }
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; }