modify css

This commit is contained in:
liujianhuan 2021-01-14 13:12:52 +08:00
parent 9339be219a
commit 03230e5097
1 changed files with 16 additions and 8 deletions

View File

@ -63,14 +63,6 @@ pre[class*="language-"] {
-webkit-animation: none !important;
}
.book-summary {
width: 220px !important;
}
.navigation.navigation-next {
right: 240px !important;
}
.treeview__container-title {
display: none;
}
@ -90,6 +82,14 @@ pre[class*="language-"] {
.book-body {
left: 220px !important;
}
.book-summary {
width: 220px !important;
}
.navigation.navigation-next {
right: 240px !important;
}
}
@media screen and (min-width: 1500px) {
@ -101,4 +101,12 @@ pre[class*="language-"] {
.book-body {
left: 220px !important;
}
.book-summary {
width: 220px !important;
}
.navigation.navigation-next {
right: 240px !important;
}
}