mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-14 06:11:16 +00:00
optimize wiki ui
This commit is contained in:
@@ -23,3 +23,17 @@
|
|||||||
top: 79px;
|
top: 79px;
|
||||||
width: 200px !important;
|
width: 200px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (max-width: 991.98px) {
|
||||||
|
.wiki-page-container .sdoc-article-container {
|
||||||
|
margin: 0!important;
|
||||||
|
padding: 0 10px;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (max-width: 767px) {
|
||||||
|
.wiki-page-container .sdoc-wiki-outline-container{
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
Reference in New Issue
Block a user