1
0
Fork 1
mirror of https://github.com/Vendicated/Vencord.git synced 2025-01-25 16:56:23 +00:00

Cascading Style Sheets are my passion

This commit is contained in:
nin0dev 2024-06-11 19:20:05 -04:00
parent bb5e692439
commit dbcc2ea5d2

View file

@ -0,0 +1,14 @@
.vc-rpceditor-horizontal {
display: flex;
justify-content: space-evenly;
}
.vc-rpceditor-horizontal div {
flex: 1;
}
.vc-rpceditor-horizontal div:first-child {
padding-right: 5px;
}