mirror of
https://github.com/CaiJimmy/hugo-theme-stack.git
synced 2025-04-29 12:03:31 +08:00
Update article.scss
This commit is contained in:
parent
42eb1f5067
commit
932d23b762
@ -184,6 +184,27 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
color: var(--card-text-color-main);
|
color: var(--card-text-color-main);
|
||||||
|
&::-webkit-scrollbar {
|
||||||
|
width: 5px;
|
||||||
|
height: auto;
|
||||||
|
}
|
||||||
|
&::-webkit-scrollbar-thumb {
|
||||||
|
width: 2px;
|
||||||
|
height: auto;
|
||||||
|
background-color: var(--accent-color);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@include respond(xl) {
|
||||||
|
overflow-y: scroll;
|
||||||
|
height: 400px;
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
@include respond(2xl) {
|
||||||
|
height: 550px;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
#TableOfContents {
|
#TableOfContents {
|
||||||
ol {
|
ol {
|
||||||
|
Loading…
Reference in New Issue
Block a user