6
0
Dimitri Korsch 3 жил өмнө
parent
commit
0a84a020d0

+ 5 - 3
webui/src/components/media/label-selector.vue

@@ -8,8 +8,8 @@
     <div class="filters">
       <span @click="resetHierarchyFilter"
             class="filter active">
-          Show all
-        </span>
+        Show all
+      </span>
       <span v-for="hierarchy in hierarchies"
             :key="hierarchy.key"
             @click="toggleHierarchyFilter(hierarchy.key)"
@@ -274,6 +274,7 @@ input {
   margin-bottom: 0.5rem;
   padding: 0.5rem;
   border-radius: 0.5rem;
+  border: 0px;
 }
 
 .labels {
@@ -308,7 +309,8 @@ input {
   justify-content: space-evenly;
   align-items: baseline;
   padding: 0.25rem;
-  border-bottom: 1px solid rgb(20%, 20%, 20%);
+  margin-bottom: 0.25rem;
+  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
 }
 
 .filter {