diff options
Diffstat (limited to 'frontend/src')
| -rw-r--r-- | frontend/src/plugin-loader.tsx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/frontend/src/plugin-loader.tsx b/frontend/src/plugin-loader.tsx index d17b9a9a..2edf196d 100644 --- a/frontend/src/plugin-loader.tsx +++ b/frontend/src/plugin-loader.tsx @@ -119,13 +119,16 @@ class PluginLoader extends Logger { {` /* fixes random overscrolling in QAM */ .${quickAccessMenuClasses?.TabContentColumn} { - flex-grow: 1; + flex-grow: 1 !important; margin-top: 0 !important; margin-bottom: 0 !important; + justify-content: center !important; } .${quickAccessMenuClasses?.Tab} { - flex-grow: 1; + flex-grow: 1 !important; height: unset !important; + --decky-qam-tab-max-height: 64px; /* make things a little easier for themers */ + max-height: var(--decky-qam-tab-max-height) !important; } /* they broke the footer a while ago and forgot to update the styles LOL */ .${quickAccessMenuClasses?.Tabs}.${quickAccessMenuClasses.TabsWithFooter} { |
