1
0
miroir de https://github.com/nextcloud/server.git synchronisé 2024-07-26 06:14:59 +02:00

No margin left if the navigation is hidden

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Cette révision appartient à :
John Molakvoæ (skjnldsv) 2018-08-01 11:31:37 +02:00
Parent 27d4ff8b4e
révision 36a45597bb
Signature inconnue de Gitea
ID de la clé GPG: 60C25B8C072916CF

Voir le fichier

@ -601,7 +601,7 @@ kbd {
flex-basis: 100vw;
min-height: 100%;
/* margin if navigation element is here */
#app-navigation + & {
#app-navigation:not(.hidden) + & {
margin-left: $navigation-width;
}
/* no top border for first settings item */