MutualGroupDMs: Fix overlap in V2 User Profile Modal

This commit is contained in:
Nuckyz 2025-05-04 22:03:42 -03:00
parent 133e924425
commit 73f68fe0b7
No known key found for this signature in database
GPG key ID: 440BF8296E1C4AD9
2 changed files with 2 additions and 2 deletions

View file

@ -127,7 +127,7 @@ export default definePlugin({
// Make the tab bar item text smaller so our tab can fit. // Make the tab bar item text smaller so our tab can fit.
{ {
match: /(\.tabBarItem.+?variant:)"heading-lg\/medium"/, match: /(\.tabBarItem.+?variant:)"heading-lg\/medium"/,
replace: '$1"heading-md/medium"' replace: '$1"heading-sm/medium"'
} }
] ]
}, },

View file

@ -3,5 +3,5 @@
} }
.vc-mutual-gdms-modal-v2-tab-bar { .vc-mutual-gdms-modal-v2-tab-bar {
gap: 6px; gap: 12px;
} }