mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-09 06:33:03 -04:00
MutualGroupDMs: Fix overlap in V2 User Profile Modal
This commit is contained in:
parent
133e924425
commit
73f68fe0b7
2 changed files with 2 additions and 2 deletions
|
@ -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"'
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
|
@ -3,5 +3,5 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.vc-mutual-gdms-modal-v2-tab-bar {
|
.vc-mutual-gdms-modal-v2-tab-bar {
|
||||||
gap: 6px;
|
gap: 12px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue