summaryrefslogtreecommitdiff
path: root/src/styles.ts
diff options
context:
space:
mode:
authorxXJSONDeruloXx <danielhimebauch@gmail.com>2026-09-11 10:00:19 -0400
committerxXJSONDeruloXx <danielhimebauch@gmail.com>2026-09-11 10:00:19 -0400
commitbc2669b6050da7acdf9e1dda2b77444734852559 (patch)
tree998f32c8177f4e8f225c876c49551f663bd1f6a6 /src/styles.ts
parenta8388009b2ba141caafe7f2e35f7029d93e7811f (diff)
downloaddecky-lsfg-vk-bc2669b6050da7acdf9e1dda2b77444734852559.tar.gz
decky-lsfg-vk-bc2669b6050da7acdf9e1dda2b77444734852559.zip
workaround for new client update, ui cuts off in game
Diffstat (limited to 'src/styles.ts')
-rw-r--r--src/styles.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/styles.ts b/src/styles.ts
index d197451..58c6b01 100644
--- a/src/styles.ts
+++ b/src/styles.ts
@@ -10,6 +10,10 @@ export const tabStyles = `
padding-right: 8px !important;
}
+ .lsfg-vk-tabs .lsfg-vk-tab-content {
+ padding-bottom: 96px; // workaround for in-game bottom bar padding behaving differently than in launcher, remove later?
+ }
+
.lsfg-vk-tabs [role="tablist"] {
display: flex;
flex-wrap: nowrap;