#17: set min-height for compact header with neither logo nor title
This commit is contained in:
parent
72166b7941
commit
44cab59726
1 changed files with 3 additions and 5 deletions
|
@ -212,6 +212,8 @@
|
||||||
/* + + + + + layout option compact + + + + + */
|
/* + + + + + layout option compact + + + + + */
|
||||||
.header-compact {
|
.header-compact {
|
||||||
#dokuwiki__header {
|
#dokuwiki__header {
|
||||||
|
min-height: 2.7rem;
|
||||||
|
|
||||||
.main-title.desktop-only p.claim,
|
.main-title.desktop-only p.claim,
|
||||||
p.claim {
|
p.claim {
|
||||||
display: none;
|
display: none;
|
||||||
|
@ -258,11 +260,7 @@
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media @screen_max-sm {
|
|
||||||
min-height: 2.7rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
@media @screen_max-xxs {
|
@media @screen_max-xxs {
|
||||||
min-height: 70px; // needed for menu select toolbar
|
min-height: 70px; // needed for menu select toolbar
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue