mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-08 18:04:14 +01:00
UI: Make navbar full width (#5998)
This commit is contained in:
parent
6606d650fa
commit
4c5b585a6f
2 changed files with 7 additions and 1 deletions
File diff suppressed because one or more lines are too long
|
@ -98,6 +98,12 @@ pre > code {
|
|||
width: 16px;
|
||||
text-align: center;
|
||||
}
|
||||
#navbar {
|
||||
width: 100vw;
|
||||
}
|
||||
#navbar .brand {
|
||||
margin: 0 0 0 .5rem;
|
||||
}
|
||||
@media only screen and (max-width: 767px) {
|
||||
#navbar:not(.shown) > *:not(:first-child) {
|
||||
display: none;
|
||||
|
|
Loading…
Reference in a new issue