tremble 3 lat temu
rodzic
commit
1a84eb2e15
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      src/views/Panel.vue

+ 2 - 2
src/views/Panel.vue

@@ -183,8 +183,8 @@ onMounted(() => {
 .panel {
   position: fixed;
   top: calc(100% - 90px);
-  left: 0.8rem;
-  right: 0.8rem;
+  left: 0.4rem;
+  right: 0.4rem;
   z-index: 22;
 }
 </style>