#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 + + + + + */
|
||||
.header-compact {
|
||||
#dokuwiki__header {
|
||||
min-height: 2.7rem;
|
||||
|
||||
.main-title.desktop-only p.claim,
|
||||
p.claim {
|
||||
display: none;
|
||||
|
@ -259,10 +261,6 @@
|
|||
}
|
||||
}
|
||||
|
||||
@media @screen_max-sm {
|
||||
min-height: 2.7rem;
|
||||
}
|
||||
|
||||
@media @screen_max-xxs {
|
||||
min-height: 70px; // needed for menu select toolbar
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue