Browse Source

enhance(ui): tweaks width

charlie 4 years ago
parent
commit
67f17e23f7
1 changed files with 6 additions and 0 deletions
  1. 6 0
      src/main/frontend/components/command_palette.css

+ 6 - 0
src/main/frontend/components/command_palette.css

@@ -2,6 +2,12 @@
   &-main {
     margin: -1rem;
 
+    width: 80vw;
+
+    @screen sm {
+      width: 760px;
+    }
+
     .menu-link {
       background-color: transparent;
       transition: none;