summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2021-10-09 14:29:57 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2021-10-09 14:29:57 +0900
commitb77167a4a122d8dfce3abdd10e340e56a03ac43c (patch)
tree1ae9ca915ff5718d0e082f70ddd40c7f7b9bfc4b /src
parentUpdate ja-JP.yml (diff)
downloadsharkey-b77167a4a122d8dfce3abdd10e340e56a03ac43c.tar.gz
sharkey-b77167a4a122d8dfce3abdd10e340e56a03ac43c.tar.bz2
sharkey-b77167a4a122d8dfce3abdd10e340e56a03ac43c.zip
:art:
Diffstat (limited to 'src')
-rw-r--r--src/client/components/ui/menu.vue5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/client/components/ui/menu.vue b/src/client/components/ui/menu.vue
index d144e65c83..88c4ce5b99 100644
--- a/src/client/components/ui/menu.vue
+++ b/src/client/components/ui/menu.vue
@@ -170,9 +170,10 @@ export default defineComponent({
left: 0;
right: 0;
margin: auto;
- width: calc(100% - 16px);
+ //width: calc(100% - 16px);
+ width: 100%;
height: 100%;
- border-radius: 6px;
+ //border-radius: 6px;
}
> * {