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