modify css
This commit is contained in:
parent
9339be219a
commit
03230e5097
|
@ -63,14 +63,6 @@ pre[class*="language-"] {
|
||||||
-webkit-animation: none !important;
|
-webkit-animation: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.book-summary {
|
|
||||||
width: 220px !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.navigation.navigation-next {
|
|
||||||
right: 240px !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.treeview__container-title {
|
.treeview__container-title {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
@ -90,6 +82,14 @@ pre[class*="language-"] {
|
||||||
.book-body {
|
.book-body {
|
||||||
left: 220px !important;
|
left: 220px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.book-summary {
|
||||||
|
width: 220px !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.navigation.navigation-next {
|
||||||
|
right: 240px !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (min-width: 1500px) {
|
@media screen and (min-width: 1500px) {
|
||||||
|
@ -101,4 +101,12 @@ pre[class*="language-"] {
|
||||||
.book-body {
|
.book-body {
|
||||||
left: 220px !important;
|
left: 220px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.book-summary {
|
||||||
|
width: 220px !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.navigation.navigation-next {
|
||||||
|
right: 240px !important;
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue