Fix size of context sidebar refresh toggle buttons

This commit is contained in:
Nick O'Leary
2020-09-22 23:44:10 +01:00
parent 2f33575907
commit 103e212aee
2 changed files with 23 additions and 6 deletions

View File

@@ -39,6 +39,13 @@
vertical-align: top;
}
button.red-ui-toggleButton.toggle {
text-align: center;
i {
min-width: 10px;
}
}
}
.red-ui-sidebar-context-property {