diff options
| author | AAGaming <aagaming@riseup.net> | 2025-10-15 00:31:12 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-15 00:31:12 -0400 |
| commit | 44bb023b804b0ab360214360a3947935fb41c86c (patch) | |
| tree | f1313a32a16297fcaadecc3ba3eb2e21dec4ddb7 /frontend/src/plugin-loader.tsx | |
| parent | 86b5567d4eac84399245c9a71270d6142ee54ded (diff) | |
| download | decky-loader-47b711a7c841f737208076a4bb575374b89a7372.tar.gz decky-loader-47b711a7c841f737208076a4bb575374b89a7372.zip | |
React 19 support (#818)v3.2.0-pre1v3.2.0
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> ), }); |
