mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2025-06-12 09:47:29 -05:00
Compare commits
1 Commits
0b3b160e87
...
clean-up-p
Author | SHA1 | Date | |
---|---|---|---|
bbab41e90f
|
@ -969,6 +969,7 @@ aside.quote {
|
||||
.main-container {
|
||||
max-width: 100%;
|
||||
margin: 8px 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.breadcrumb {
|
||||
@ -981,12 +982,17 @@ aside.quote {
|
||||
break-inside: avoid;
|
||||
}
|
||||
|
||||
.table-of-contents {
|
||||
.table-of-contents:not(.print) {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.table-of-contents.print {
|
||||
display: block;
|
||||
background-color: unset;
|
||||
padding: 0;
|
||||
}
|
||||
.table-of-contents.print ul {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
#back-to-top {
|
||||
|
Reference in New Issue
Block a user