fix radius on modal actions

This commit is contained in:
silverwind 2024-04-26 21:09:21 +02:00
parent 33d4ed973f
commit 424d976776
No known key found for this signature in database
GPG Key ID: 2E62B41C93869443
1 changed files with 4 additions and 0 deletions

View File

@ -435,6 +435,10 @@ a.label,
box-shadow: 1px 1px 0 0 var(--color-secondary);
}
.ui.modal .actions {
border-radius: 0 0 var(--border-radius) var(--border-radius);
}
.ui.comments .comment .text {
margin: 0;
}