diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2020-12-12 13:09:40 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2020-12-12 13:09:40 +0900 |
| commit | 68b1fea6bb3bfb8a0bcbd4ab92fd5687847284f6 (patch) | |
| tree | 7755c29a13ad4358b5d11feac1e484ac28a8906e /src/client/components | |
| parent | respect reduce animation settings in list (diff) | |
| download | sharkey-68b1fea6bb3bfb8a0bcbd4ab92fd5687847284f6.tar.gz sharkey-68b1fea6bb3bfb8a0bcbd4ab92fd5687847284f6.tar.bz2 sharkey-68b1fea6bb3bfb8a0bcbd4ab92fd5687847284f6.zip | |
:art:
Diffstat (limited to 'src/client/components')
| -rw-r--r-- | src/client/components/sidebar.vue | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/client/components/sidebar.vue b/src/client/components/sidebar.vue index 3d4f9f5046..9a3a7c4823 100644 --- a/src/client/components/sidebar.vue +++ b/src/client/components/sidebar.vue @@ -294,7 +294,7 @@ export default defineComponent({ .mvcprjjd { $ui-font-size: 1em; // TODO: どこかに集約したい $nav-width: 250px; - $nav-icon-only-width: 80px; + $nav-icon-only-width: 86px; > .nav-back { z-index: 1001; @@ -382,7 +382,6 @@ export default defineComponent({ box-sizing: border-box; overflow: auto; background: var(--navBg); - border-right: solid 1px var(--divider); > .divider { margin: 16px 0; |