1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/dokuwiki_ynh.git synced 2024-09-03 18:26:20 +02:00
dokuwiki_ynh/sources/lib/plugins/extension/all.less

37 lines
488 B
Text

@media only screen and (max-width: 600px) {
#extension__list .legend {
> div {
padding-left: 0;
}
div.screenshot {
margin: 0 .5em .5em 0;
}
h2 {
width: auto;
float: none;
}
div.linkbar {
clear: left;
}
}
[dir=rtl] #extension__list .legend {
> div {
padding-right: 0;
}
div.screenshot {
margin: 0 0 .5em .5em;
}
div.linkbar {
clear: right;
}
}
} /* /@media */