mobile view part 1
This commit is contained in:
parent
3d17036dd8
commit
83efa0de01
6 changed files with 81 additions and 7 deletions
|
@ -193,3 +193,40 @@
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
@media @screen_max-md {
|
||||
|
||||
.container {
|
||||
margin: 0 2.5rem 0 1.25rem;
|
||||
}
|
||||
|
||||
#dokuwiki__usertools{
|
||||
margin-top: 0;
|
||||
max-width: 75%;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
}
|
||||
|
||||
.content{
|
||||
position: relative;
|
||||
#dokuwiki__pagetools{
|
||||
top: 0;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
#dokuwiki__header{
|
||||
.logo{
|
||||
width: 200px;
|
||||
max-width: 33%;
|
||||
margin: .8rem 0;
|
||||
}
|
||||
}
|
||||
|
||||
.tools{
|
||||
.main-sidebar{
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue