mirror of
https://github.com/stashapp/stash.git
synced 2025-12-06 08:26:00 +01:00
Remove margin-bottom on xs to fix styling weirdness
This commit is contained in:
parent
3bb7d5d418
commit
b6ba22403f
1 changed files with 0 additions and 1 deletions
|
|
@ -828,7 +828,6 @@ button.btn.favorite-button {
|
||||||
}
|
}
|
||||||
@include media-breakpoint-down(xs) {
|
@include media-breakpoint-down(xs) {
|
||||||
.sidebar {
|
.sidebar {
|
||||||
margin-bottom: $navbar-height;
|
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue