浏览代码

enhance(mobile): polish the select graph popup

charlie 3 周之前
父节点
当前提交
9705f57053
共有 1 个文件被更改,包括 8 次插入0 次删除
  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;
+  }
+}