31 lines
395 B
CSS
31 lines
395 B
CSS
.atoc {
|
|
top: 50px;
|
|
max-height: 400px;
|
|
overflow: auto;
|
|
}
|
|
|
|
pre[class*="language-"] {
|
|
max-height: 500px;
|
|
}
|
|
|
|
.markdown-section table{
|
|
display: block;
|
|
}
|
|
|
|
.atoc li{
|
|
margin: 0 20px 0 0;
|
|
}
|
|
|
|
.gitbook-donate{
|
|
width: 0% !important;
|
|
position: fixed;
|
|
right: 20px;
|
|
bottom: 10px;
|
|
}
|
|
|
|
#QR {
|
|
padding-top: 20px;
|
|
position: fixed;
|
|
bottom: 100px;
|
|
right: 10px;
|
|
} |