Browse Source

enhance(mobile): improve the silk popup

charlie 7 months ago
parent
commit
3101227a6a
1 changed files with 10 additions and 2 deletions
  1. 10 2
      src/main/mobile/components/app.css

+ 10 - 2
src/main/mobile/components/app.css

@@ -220,9 +220,17 @@ ion-tab-bar {
 }
 
 .app-silk-popup-sheet-view {
-  .property-select {
+  .ls-property-dialog {
+    .ls-property-input, .property-key {
+      @apply w-full;
+    }
+  }
+
+  .property-select, .ls-property-key {
+    @apply w-full;
+
     .cp__select-main {
-      @apply w-auto;
+      @apply w-full;
     }
   }