فهرست منبع

Merge pull request #1323 from yanCode/fix/prompt-list-style

fix: styles on .user-prompt-buttons
Yifei Zhang 1 سال پیش
والد
کامیت
4a17dca7b9
1فایلهای تغییر یافته به همراه3 افزوده شده و 8 حذف شده
  1. 3 8
      app/components/settings.module.scss

+ 3 - 8
app/components/settings.module.scss

@@ -60,18 +60,13 @@
       .user-prompt-buttons {
         display: flex;
         align-items: center;
+        column-gap: 2px;
 
         .user-prompt-button {
-          height: 100%;
-
-          &:not(:last-child) {
-            margin-right: 5px;
-          }
+          //height: 100%;
+          padding: 7px;
         }
       }
     }
   }
-
-  .user-prompt-actions {
-  }
 }