瀏覽代碼

fix: padding of menu links wrapper

Konstantinos Kaloutas 3 年之前
父節點
當前提交
7b155bdd24
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      resources/css/common.css

+ 1 - 1
resources/css/common.css

@@ -901,7 +901,7 @@ button.menu:focus {
 }
 
 .menu-links-wrapper {
-  @apply py-1 rounded-md shadow-lg overflow-y-auto;
+  @apply py-2 rounded-md shadow-lg overflow-y-auto;
 
   max-height: calc(100vh - 100px) !important;
   background-color: var(--ls-primary-background-color, #fff);