Browse Source

fix(ui): incorrect arrangement of ui items from pagebar

charlie 2 years ago
parent
commit
1a9563478e
1 changed files with 10 additions and 0 deletions
  1. 10 0
      src/main/frontend/components/plugins.css

+ 10 - 0
src/main/frontend/components/plugins.css

@@ -836,6 +836,16 @@
     > .injected-ui-item-pagebar {
       @apply pr-3 opacity-30 hover:opacity-100 transition-opacity;
     }
+
+    > .list-wrap {
+      @apply flex items-center flex-nowrap overflow-x-hidden pt-[14px];
+    }
+
+    a.button {
+      @apply flex items-center;
+
+      color: var(--ls-primary-text-color);
+    }
   }
 
   .toolbar-plugins-manager {