mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-09 14:43:03 -04:00
CopyFileContents: Add padding to button (#2848)
This commit is contained in:
parent
1dc2d92493
commit
22a5b18bfa
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
.vc-cfc-button {
|
.vc-cfc-button {
|
||||||
color: var(--interactive-normal);
|
color: var(--interactive-normal);
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
padding-left: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.vc-cfc-button:hover {
|
.vc-cfc-button:hover {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue