Browse Source

fix: problem with max-height in plugin list dialog

Sv443 7 months ago
parent
commit
80cc72f393
2 changed files with 0 additions and 2 deletions
  1. 0 1
      dist/BetterYTM.css
  2. 0 1
      src/dialogs/pluginList.css

+ 0 - 1
dist/BetterYTM.css

@@ -955,7 +955,6 @@ body .bytm-ripple.slower {
   border-bottom: 1px solid var(--bytm-dialog-separator-color, #ccc);
   padding: var(--bytm-plugin-list-row-padding-ver) 0px;
   gap: 20px;
-  max-height: var(--bytm-plugin-list-row-max-height);
 }
 
 .bytm-plugin-list-row:first-child {

+ 0 - 1
src/dialogs/pluginList.css

@@ -23,7 +23,6 @@
   border-bottom: 1px solid var(--bytm-dialog-separator-color, #ccc);
   padding: var(--bytm-plugin-list-row-padding-ver) 0px;
   gap: 20px;
-  max-height: var(--bytm-plugin-list-row-max-height);
 }
 
 .bytm-plugin-list-row:first-child {