Merge pull request #333 from Jones8683/main

Apply rounded corners when dragging event
This commit is contained in:
Seth Burkart
2025-08-15 17:28:19 +10:00
committed by GitHub
+4
View File
@@ -1991,6 +1991,10 @@ div.liveEntry {
border-radius: 4px;
}
div.dailycalMarker {
border-radius: 4px;
}
.uiFileHandler .uiButton {
border-radius: 32px !important;
color: var(--text-primary) !important;