feat: remove rounded corners on custom shortcut icons

This commit is contained in:
SethBurkart123
2025-06-23 11:58:18 +10:00
parent e305b70035
commit c7d9e1d955
+3
View File
@@ -1256,6 +1256,9 @@ div > ol:has(.uiFileHandlerWrapper) {
word-wrap: break-word; word-wrap: break-word;
line-height: 20px; line-height: 20px;
} }
.customshortcut > svg {
border-radius: 0;
}
.colourbar { .colourbar {
width: 100%; width: 100%;
height: 3px; height: 3px;