This commit is contained in:
parent
5008cd8006
commit
14d33704a4
@ -478,6 +478,7 @@ img {
|
||||
|
||||
/* start side */
|
||||
.sidebar {
|
||||
overflow: auto;
|
||||
width: 320px;
|
||||
position: fixed;
|
||||
right: -320px;
|
||||
@ -492,6 +493,9 @@ img {
|
||||
text-align: center;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
.sidebar::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
.sidebar a {
|
||||
color: #999;
|
||||
border-bottom-color: #555;
|
||||
|
2
next/css/next.min.css
vendored
2
next/css/next.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user