mobile + js: min-height for content > sidebar hight
This commit is contained in:
parent
b7592db0de
commit
d0530116c5
9 changed files with 91 additions and 13 deletions
|
@ -191,7 +191,7 @@
|
|||
|
||||
@media @screen_max-md {
|
||||
.container {
|
||||
margin: 0 @margin-big 0 1.25rem;
|
||||
margin: 0 (@margin-big/2);
|
||||
}
|
||||
|
||||
#dokuwiki__usertools {
|
||||
|
@ -199,17 +199,27 @@
|
|||
max-width: 75%;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: @margin-big/2;
|
||||
}
|
||||
|
||||
.content {
|
||||
position: relative;
|
||||
margin-top: 1rem;
|
||||
|
||||
#dokuwiki__pagetools {
|
||||
top: 0;
|
||||
top: @margin-big * 2;
|
||||
.tools{
|
||||
position: static;
|
||||
}
|
||||
}
|
||||
|
||||
.row > .col-xs-12 #dokuwiki__content::before {
|
||||
display: none;
|
||||
.row > .col-xs-12 #dokuwiki__content {
|
||||
|
||||
padding-right: @margin-big;
|
||||
&::before {
|
||||
display: none;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue