Ver código fonte

upgrade css style

zxlie 6 meses atrás
pai
commit
6bf317e187
2 arquivos alterados com 7 adições e 2 exclusões
  1. 6 1
      apps/json-format/content-script.css
  2. 1 1
      apps/popup/index.html

+ 6 - 1
apps/json-format/content-script.css

@@ -298,8 +298,13 @@ html.fh-jf .x-toolbar {
     user-select: none;
 }
 
+html.fh-jf .x-toolbar .x-stitle {
+    font-weight: 700;
+}
 html.fh-jf .x-toolbar .x-sort input {
     margin-right: 10px;
+    position: relative;
+    top: 2px;
 }
 html.fh-jf .x-toolbar span {
     white-space: normal !important;
@@ -512,7 +517,7 @@ html.fh-jf svg:not(:root) {
 /*设置面板*/
 .mod-setting-panel {
     position: absolute;
-    top: 32px;
+    top: 43px;
     right: 0;
     z-index:10000;
     width:300px;

+ 1 - 1
apps/popup/index.html

@@ -26,7 +26,7 @@
                 <span class="x-settings" @click="openOptionsPage()" title="FeHelper配置">
                     <svg aria-hidden="true" height="16" version="1.1" viewBox="0 0 14 16" width="14">
                         <path fill="currentColor" d="M12 2H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2zm-1 9H5V9h6v2zm0-4H5V5h6v2z"/>
-                    </svg>市场</span>
+                    </svg>更多</span>
             </div>
         </div>
         <script src="../static/js/dark-mode.js"></script>