summaryrefslogtreecommitdiff
path: root/src/client/components
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/components')
-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;
}
> * {