pagetools: responsive - small is too wide
This commit is contained in:
parent
4cca8c85e8
commit
080f8b9ea7
1 changed files with 14 additions and 3 deletions
|
@ -10,9 +10,20 @@ nav#dokuwiki__pagetools{
|
|||
background-color: #fff;
|
||||
}
|
||||
}
|
||||
|
||||
ul {
|
||||
li a {
|
||||
background-image: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/* + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
||||
/* max-width: 1023px */
|
||||
|
||||
@media @screen_max-md {
|
||||
nav#dokuwiki__pagetools {
|
||||
right: 0;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue