pagetools: responsive - small is too wide
This commit is contained in:
parent
4cca8c85e8
commit
080f8b9ea7
1 changed files with 14 additions and 3 deletions
|
@ -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;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue