mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-07 23:35:22 +01:00
fix search bar position with slim sidebar
[ci skip]
This commit is contained in:
parent
1551052cde
commit
6a023507e2
1 changed files with 6 additions and 0 deletions
|
|
@ -220,6 +220,12 @@ main {
|
|||
font-size: 1rem;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 768px) {
|
||||
.navbar-brand.slim {
|
||||
max-width: 50px;
|
||||
}
|
||||
}
|
||||
|
||||
.dropdown.show .dropdown-toggle,
|
||||
.dropdown-toggle:hover {
|
||||
opacity: 0.7;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue