Browse Source

fix: border under recycler's hint

tophf 2 years ago
parent
commit
1000a5de05
1 changed files with 3 additions and 0 deletions
  1. 3 0
      src/options/views/tab-installed.vue

+ 3 - 0
src/options/views/tab-installed.vue

@@ -850,6 +850,9 @@ export default {
   line-height: 1.5;
   color: var(--fill-6);
   place-items: center;
+  & + .scripts {
+    border-top: 1px solid var(--fill-5);
+  }
 }
 
 .trash-animate {