mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-01-10 09:56:24 +00:00
3e3d05fc26
Co-authored-by: V <vendicated@riseup.net>
12 lines
210 B
CSS
12 lines
210 B
CSS
.vc-expandableheader-center-flex {
|
|
display: flex;
|
|
justify-items: center;
|
|
align-items: center;
|
|
}
|
|
|
|
.vc-expandableheader-btn {
|
|
all: unset;
|
|
cursor: pointer;
|
|
width: 24px;
|
|
height: 24px;
|
|
}
|