Skip to content

Commit ef9a7b6

Browse files
authored
UX: fix login buttons for longer translations (#46)
1 parent 9d98c1f commit ef9a7b6

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

desktop/desktop.scss

+9
Original file line numberDiff line numberDiff line change
@@ -241,3 +241,12 @@ body.sidebar-animate {
241241
margin-left: 0.725em;
242242
}
243243
}
244+
245+
// provides some extra space for login buttons
246+
@media screen and (min-width: 1400px) {
247+
.anon {
248+
.d-header .panel {
249+
grid-column-start: -4;
250+
}
251+
}
252+
}

0 commit comments

Comments
 (0)