diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2021-05-31 10:35:12 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2021-05-31 10:35:12 +0900 |
| commit | f1c4e4a10e26c3b4e136e0fd2cb77a243507be00 (patch) | |
| tree | a753ab99f0efdf55c90653f11627220bd406563a /src | |
| parent | Supports Emoji 13.1 (#7539) (diff) | |
| download | sharkey-f1c4e4a10e26c3b4e136e0fd2cb77a243507be00.tar.gz sharkey-f1c4e4a10e26c3b4e136e0fd2cb77a243507be00.tar.bz2 sharkey-f1c4e4a10e26c3b4e136e0fd2cb77a243507be00.zip | |
fix style
Diffstat (limited to 'src')
| -rw-r--r-- | src/client/ui/default.sidebar.vue | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/client/ui/default.sidebar.vue b/src/client/ui/default.sidebar.vue index 725fd844d9..c7e2d30c7a 100644 --- a/src/client/ui/default.sidebar.vue +++ b/src/client/ui/default.sidebar.vue @@ -241,7 +241,6 @@ export default defineComponent({ > .text { display: none; } - } } @@ -309,7 +308,7 @@ export default defineComponent({ > .indicator { position: absolute; top: 0; - left: 20px; + left: 0; color: var(--navIndicator); font-size: 8px; animation: blink 1s infinite; |