Przeglądaj źródła

enhance(mobile): polish the select graph popup

charlie 3 tygodni temu
rodzic
commit
9705f57053
1 zmienionych plików z 8 dodań i 0 usunięć
  1. 8 0
      src/main/mobile/components/app.css

+ 8 - 0
src/main/mobile/components/app.css

@@ -608,3 +608,11 @@ html[data-silk-native-page-scroll-replaced=false] .app-silk-index-scroll-view {
     color: currentColor;
   }
 }
+
+.no-repos {
+  @apply pb-1;
+
+  .cp__repos-quick-actions {
+    @apply border-none;
+  }
+}