Pārlūkot izejas kodu

chore: improve styles
- elements with class `.collapse-title` are missing
- changed paddings in `.ant-xray-version-list-item` element

danilshishkevich 1 nedēļu atpakaļ
vecāks
revīzija
a02bf3195d
3 mainītis faili ar 5 papildinājumiem un 28 dzēšanām
  1. 5 0
      web/html/xui/index.html
  2. 0 14
      web/html/xui/settings.html
  3. 0 14
      web/html/xui/xray.html

+ 5 - 0
web/html/xui/index.html

@@ -22,6 +22,11 @@
   .ant-backup-list-item {
     gap: 10px;
   }
+  .ant-xray-version-list-item {
+    --padding: 12px;
+    padding: var(--padding) !important;
+    gap: var(--padding);
+  }
   .dark .ant-backup-list-item svg,
   .dark .ant-badge-status-text,
   .dark .ant-card-extra {

+ 0 - 14
web/html/xui/settings.html

@@ -53,20 +53,6 @@
     color: inherit;
     font-size: 24px;
   }
-  .collapse-title {
-    color: inherit;
-    font-weight: bold;
-    font-size: 18px;
-    padding: 10px 20px;
-    border-bottom: 2px solid;
-  }
-  .collapse-title>i {
-    color: inherit;
-    font-size: 24px;
-  }
-  .ant-collapse-content-box .ant-list-item {
-    border-bottom: none !important;
-  }
 </style>
 <body>
   <a-layout id="app" v-cloak :class="themeSwitcher.currentTheme">

+ 0 - 14
web/html/xui/xray.html

@@ -39,20 +39,6 @@
   .ant-list-item {
     display: block;
   }
-  .collapse-title {
-    color: inherit;
-    font-weight: bold;
-    font-size: 18px;
-    padding: 10px 20px;
-    border-bottom: 2px solid;
-  }
-  .collapse-title>i {
-    color: inherit;
-    font-size: 24px;
-  }
-  .ant-collapse-content-box>li {
-    padding: 12px 0 0 !important;
-  }
   .ant-list-item>li {
     padding: 10px 20px !important;
   }