mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-17 03:00:13 +00:00
fix safari nav and footer
This commit is contained in:
parent
1c8b934bad
commit
ad0e002b92
2 changed files with 3 additions and 3 deletions
File diff suppressed because one or more lines are too long
|
|
@ -64,7 +64,7 @@ body {
|
||||||
|
|
||||||
.navbar {
|
.navbar {
|
||||||
background-color: $gray-100;
|
background-color: $gray-100;
|
||||||
flex: 0 1 auto;
|
flex: 0 0 auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dark-mode .navbar {
|
.dark-mode .navbar {
|
||||||
|
|
@ -263,7 +263,7 @@ blockquote {
|
||||||
|
|
||||||
.footer {
|
.footer {
|
||||||
width: 100% !important;
|
width: 100% !important;
|
||||||
flex: 0 1 auto;
|
flex: 0 0 auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dark-mode .page-item:not(.active) .page-link {
|
.dark-mode .page-item:not(.active) .page-link {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue