mirror of
https://github.com/zadam/trilium.git
synced 2026-02-11 16:24:27 +01:00
feat(header): improve header fit on smaller screens
This commit is contained in:
parent
1007b8b15d
commit
6ca37ca7f4
@ -145,3 +145,30 @@ header {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media ((min-width: 720px) and (max-width: 1115px)) {
|
||||
header {
|
||||
.banner span {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.repository-button {
|
||||
display: none;
|
||||
}
|
||||
|
||||
nav {
|
||||
font-size: 0.9em;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.download-button {
|
||||
font-size: 0.8em;
|
||||
padding: 0.5em;
|
||||
|
||||
.text {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user