summaryrefslogtreecommitdiff
path: root/packages/client/src/components
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2022-07-06 18:20:32 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2022-07-06 18:20:32 +0900
commit41bef75d1ac9ab4afa4fca9dbec90832d78dd077 (patch)
tree52a6a3739c087831b4a878d377f3dd792de3f78e /packages/client/src/components
parentUpdate CHANGELOG.md (diff)
downloadsharkey-41bef75d1ac9ab4afa4fca9dbec90832d78dd077.tar.gz
sharkey-41bef75d1ac9ab4afa4fca9dbec90832d78dd077.tar.bz2
sharkey-41bef75d1ac9ab4afa4fca9dbec90832d78dd077.zip
chore(client): tweak style
Diffstat (limited to 'packages/client/src/components')
-rw-r--r--packages/client/src/components/ui/menu.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/client/src/components/ui/menu.vue b/packages/client/src/components/ui/menu.vue
index cb4ec7c348..1f3d508975 100644
--- a/packages/client/src/components/ui/menu.vue
+++ b/packages/client/src/components/ui/menu.vue
@@ -136,7 +136,7 @@ function focusDown() {
> .item {
display: block;
position: relative;
- padding: 6px 18px;
+ padding: 6px 16px;
width: 100%;
box-sizing: border-box;
white-space: nowrap;