diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2021-11-30 23:08:34 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2021-11-30 23:08:34 +0900 |
| commit | 4cc2a561d5cc34b5d8eab2d2f429ef0db9c4a93a (patch) | |
| tree | f864d40d6df2ae68c8a98a607e038cdfaff07fea /packages/client | |
| parent | fix: LTLやGTLが無効になっている場合でもUI上にタブが表示... (diff) | |
| download | sharkey-4cc2a561d5cc34b5d8eab2d2f429ef0db9c4a93a.tar.gz sharkey-4cc2a561d5cc34b5d8eab2d2f429ef0db9c4a93a.tar.bz2 sharkey-4cc2a561d5cc34b5d8eab2d2f429ef0db9c4a93a.zip | |
:art:
Diffstat (limited to 'packages/client')
| -rw-r--r-- | packages/client/src/ui/universal.vue | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/client/src/ui/universal.vue b/packages/client/src/ui/universal.vue index 55afc5217f..011370f7f1 100644 --- a/packages/client/src/ui/universal.vue +++ b/packages/client/src/ui/universal.vue @@ -248,6 +248,7 @@ export default defineComponent({ } > .sidebar { + border-right: solid 0.5px var(--divider); } > .contents { |