Fix history buttons margin

This commit is contained in:
yflory 2024-09-04 15:41:15 +02:00
parent 89f21614e3
commit d900d03e0b

View File

@ -102,8 +102,8 @@
text-transform: uppercase;
display: inline-flex;
align-items: center;
.fa:not(:last-child) {
margin-right: 5px;
i:not(:last-child) {
margin-right: 0.5rem;
}
&:hover {
background-color: fade(@cp_toolbar-fg, 30%);