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:
parent
bb5e692439
commit
dbcc2ea5d2
1 changed files with 14 additions and 0 deletions
14
src/plugins/rpcEditor/style.css
Normal file
14
src/plugins/rpcEditor/style.css
Normal 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;
|
||||
}
|
Loading…
Reference in a new issue