ironbar(clipboard): Add padding

This commit is contained in:
Donovan Glover 2023-07-21 14:09:30 -04:00
parent 5ec3ad510b
commit 7fd5a618ba
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -61,6 +61,10 @@
background: alpha(#${base00}, 0.95);
}
.clipboard {
padding-right: 1em;
}
button:hover {
background: #${base01};
}