mirror of
https://github.com/hongweipeng/MenuTree.git
synced 2025-04-20 21:10:43 +08:00
添加响应式
This commit is contained in:
parent
7e4dc62acd
commit
7ef7a06662
@ -115,4 +115,18 @@
|
||||
}
|
||||
.open > .dropdown-menu {
|
||||
display: block;
|
||||
}
|
||||
|
||||
@media (max-width: 550px) {
|
||||
.in-page-preview-buttons-full-reader {
|
||||
right:30px;
|
||||
top:-15px;
|
||||
border-radius: 50%;
|
||||
width: 38px;
|
||||
height: 38px;
|
||||
}
|
||||
#toc-list {
|
||||
max-width:270px;
|
||||
}
|
||||
|
||||
}
|
Loading…
Reference in New Issue
Block a user