mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-08 15:55:31 +01:00
Fix: re-center navbar brand on mobile with notifications button
This commit is contained in:
parent
518091f856
commit
a9ef7ff58e
1 changed files with 7 additions and 0 deletions
|
|
@ -244,6 +244,13 @@ main {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 768px) {
|
||||||
|
.navbar-toggler {
|
||||||
|
// compensate for 2 buttons on the right
|
||||||
|
margin-right: 45px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
@media screen and (min-width: 768px) {
|
@media screen and (min-width: 768px) {
|
||||||
.navbar-brand.slim {
|
.navbar-brand.slim {
|
||||||
max-width: 50px;
|
max-width: 50px;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue