pagetools: responsive - small is too wide

This commit is contained in:
Silke Pisulla 2017-01-02 13:45:06 +01:00
commit 080f8b9ea7

View file

@ -4,15 +4,26 @@
* @author Jana Deutschlaender <deutschlaender@cosmocode.de>
*/
nav#dokuwiki__pagetools{
&:hover{
ul{
nav#dokuwiki__pagetools {
&:hover {
ul {
background-color: #fff;
}
}
ul {
li a {
background-image: none;
}
}
}
/* + + + + + + + + + + + + + + + + + + + + + + + + + + */
/* max-width: 1023px */
@media @screen_max-md {
nav#dokuwiki__pagetools {
right: 0;
}
}