1
0
mirror of https://github.com/hongweipeng/MenuTree.git synced 2025-04-20 21:10:43 +08:00

添加响应式

This commit is contained in:
hongweipeng 2016-07-05 15:23:46 +08:00
parent 7e4dc62acd
commit 7ef7a06662

View File

@ -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;
}
}