This commit is contained in:
syuilo
2021-09-21 04:09:28 +09:00
parent 78f95b5910
commit 85950f17fa
4 changed files with 14 additions and 8 deletions

View File

@@ -393,7 +393,7 @@ export default defineComponent({
&:before {
content: "";
display: block;
width: calc(100% - 20px);
width: calc(100% - 24px);
height: 100%;
margin: auto;
position: absolute;

View File

@@ -312,8 +312,8 @@ export default defineComponent({
> .widgets {
padding: 0 var(--margin);
//border-left: solid 0.5px var(--divider);
background: var(--navBg);
border-left: solid 0.5px var(--divider);
background: var(--bg);
@media (max-width: $widgets-hide-threshold) {
display: none;