mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-11 16:20:13 +00:00
fix nav on mobile
This commit is contained in:
parent
cfd399863b
commit
1c8b934bad
5 changed files with 7 additions and 5 deletions
|
|
@ -64,6 +64,7 @@ body {
|
|||
|
||||
.navbar {
|
||||
background-color: $gray-100;
|
||||
flex: 0 1 auto;
|
||||
}
|
||||
|
||||
.dark-mode .navbar {
|
||||
|
|
@ -262,6 +263,7 @@ blockquote {
|
|||
|
||||
.footer {
|
||||
width: 100% !important;
|
||||
flex: 0 1 auto;
|
||||
}
|
||||
|
||||
.dark-mode .page-item:not(.active) .page-link {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue