diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2021-10-15 23:35:28 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2021-10-15 23:35:28 +0900 |
| commit | c11c22fc73de4b0a7be6fe3343ef6114baf7e09a (patch) | |
| tree | c0c26d906235ab189c953eb5db71183dab6af5df /src/client/components | |
| parent | Revert ":art:" (diff) | |
| download | sharkey-c11c22fc73de4b0a7be6fe3343ef6114baf7e09a.tar.gz sharkey-c11c22fc73de4b0a7be6fe3343ef6114baf7e09a.tar.bz2 sharkey-c11c22fc73de4b0a7be6fe3343ef6114baf7e09a.zip | |
:art:
Diffstat (limited to 'src/client/components')
| -rw-r--r-- | src/client/components/ui/menu.vue | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/client/components/ui/menu.vue b/src/client/components/ui/menu.vue index d144e65c83..da24d90170 100644 --- a/src/client/components/ui/menu.vue +++ b/src/client/components/ui/menu.vue @@ -152,7 +152,7 @@ export default defineComponent({ > .item { display: block; position: relative; - padding: 8px 16px; + padding: 8px 18px; width: 100%; box-sizing: border-box; white-space: nowrap; @@ -242,12 +242,12 @@ export default defineComponent({ } > i { - margin-right: 4px; + margin-right: 5px; width: 20px; } > .avatar { - margin-right: 4px; + margin-right: 5px; width: 20px; height: 20px; } |