Merge remote-tracking branch 'origin/title'
This commit is contained in:
commit
4a0e15e1d3
4 changed files with 48 additions and 33 deletions
|
@ -62,8 +62,14 @@
|
|||
}
|
||||
}
|
||||
|
||||
// the wrapper around the toggle to reserve space
|
||||
div.nav {
|
||||
height: @icon-size + @margin-small;
|
||||
border: 1px solid transparent;
|
||||
}
|
||||
|
||||
// the toggle element
|
||||
a.nav {
|
||||
div.nav a {
|
||||
.display-flex();
|
||||
.align-items();
|
||||
|
||||
|
@ -145,6 +151,11 @@
|
|||
color: @ini_nav_menu_hover_color;
|
||||
text-decoration: none;
|
||||
|
||||
// always show label, even with collapsed sidebar
|
||||
position: absolute;
|
||||
z-index: 100;
|
||||
width: 100%;
|
||||
|
||||
span.ico {
|
||||
border-color: inherit;
|
||||
|
||||
|
@ -293,3 +304,23 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
/* + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
||||
/* max-width: 1439px */
|
||||
|
||||
@media @screen_max-xlg {
|
||||
#dokuwiki__aside {
|
||||
nav {
|
||||
li:not([class]),
|
||||
.li {
|
||||
font-size: @font-size-default;
|
||||
|
||||
* {
|
||||
font-size: inherit;
|
||||
font-weight: inherit;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue