소스 검색

fix: styles on .user-prompt-buttons

ShengYan, Zhang 1 년 전
부모
커밋
4a82a91f2d
1개의 변경된 파일3개의 추가작업 그리고 5개의 파일을 삭제
  1. 3 5
      app/components/settings.module.scss

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

@@ -60,13 +60,11 @@
       .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;
         }
       }
     }