diff options
| author | AAGaming <aagaming@riseup.net> | 2025-10-15 00:14:50 -0400 |
|---|---|---|
| committer | AAGaming <aagaming@riseup.net> | 2025-10-15 00:14:50 -0400 |
| commit | 0c56f1b689428758a16b34a1844b60131282aa36 (patch) | |
| tree | 192a771128b7142d21275a1231e81fa72b1c220f /frontend/src/plugin-loader.tsx | |
| parent | 86b5567d4eac84399245c9a71270d6142ee54ded (diff) | |
| download | decky-loader-0c56f1b689428758a16b34a1844b60131282aa36.tar.gz decky-loader-0c56f1b689428758a16b34a1844b60131282aa36.zip | |
react 19 support
Diffstat (limited to 'frontend/src/plugin-loader.tsx')
| -rw-r--r-- | frontend/src/plugin-loader.tsx | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/frontend/src/plugin-loader.tsx b/frontend/src/plugin-loader.tsx index df0a6956..2bdfcec1 100644 --- a/frontend/src/plugin-loader.tsx +++ b/frontend/src/plugin-loader.tsx @@ -120,28 +120,6 @@ class PluginLoader extends Logger { <DeckyStateContextProvider deckyState={this.deckyState}> <FaPlug /> <TabBadge /> - <style> - {` - /* fixes random overscrolling in QAM */ - .${quickAccessMenuClasses?.TabContentColumn} { - flex-grow: 1 !important; - margin-top: 0 !important; - margin-bottom: 0 !important; - justify-content: center !important; - } - .${quickAccessMenuClasses?.Tab} { - 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} { - margin-bottom: 0 !important; - padding-bottom: 0 !important; - } - `} - </style> </DeckyStateContextProvider> ), }); |
