stable

Clone or download

Read-only

request #23476: Hide floating button labels on small resolution

On small resolutions, floating buttons often overlap the breadcrumb and the page title. Hiding button label on small resolutions (< 1100px for example) doesn't cover all the overlap cases but it's still a good start. Change-Id: I7317795521fc8013a55e09563a82e61c83a77a8c

Modified Files

Name
M site-content/fr_FR/LC_MESSAGES/tuleap-core.po +3 −3 Go to diff View file
M src/themes/BurningParrot/css/includes/_header.scss +14 −0 Go to diff View file
M src/themes/BurningParrot/templates/navbar/navbar.mustache +9 −7 Go to diff View file
M src/themes/BurningParrot/templates/navbar/new-nav.mustache +1 −1 Go to diff View file
M src/themes/FlamingParrot/css/utils/_navbar.scss +15 −1 Go to diff View file
M src/themes/FlamingParrot/templates/navbar-new-nav.mustache +1 −1 Go to diff View file
M src/themes/FlamingParrot/templates/navbar.mustache +5 −3 Go to diff View file