Explorar o código

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

charlie %!s(int64=2) %!d(string=hai) anos
pai
achega
1a9563478e
Modificáronse 1 ficheiros con 10 adicións e 0 borrados
  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 {