mirror of
https://github.com/gopl-zh/gopl-zh.github.com.git
synced 2024-11-28 00:58:54 +00:00
Compare commits
2 Commits
4ec6d09fd4
...
096ef23f97
Author | SHA1 | Date | |
---|---|---|---|
|
096ef23f97 | ||
|
d1c55a2703 |
@ -21,7 +21,7 @@
|
|||||||
width: 200px;
|
width: 200px;
|
||||||
height: calc(100vh - var(--menu-bar-height) - 0.67em * 4);
|
height: calc(100vh - var(--menu-bar-height) - 0.67em * 4);
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
z-index: 1000;
|
/* z-index: 1000; */
|
||||||
}
|
}
|
||||||
.pagetoc a {
|
.pagetoc a {
|
||||||
border-left: 1px solid var(--sidebar-bg);
|
border-left: 1px solid var(--sidebar-bg);
|
||||||
@ -51,4 +51,4 @@
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
padding: 10px 0;
|
padding: 10px 0;
|
||||||
color: gray;
|
color: gray;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user