Merge pull request #301 from Jones8683/patch-1

Update injected.scss - Add rounded corners for music lessons/tutorial…
This commit is contained in:
Seth Burkart
2025-06-04 16:10:36 +10:00
committed by GitHub
+9
View File
@@ -1997,6 +1997,15 @@ div.entry.class[style*="width: 46.5%"] {
min-width: 0;
width: auto !important;
}
div.entry.tutorial {
border-radius: 4px;
}
div.entry.event {
border-radius: 4px;
}
.uiFileHandler .uiButton {
border-radius: 32px !important;
color: var(--text-primary) !important;