summaryrefslogtreecommitdiff
path: root/src/styles.ts
diff options
context:
space:
mode:
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;