fix: detailed view being dashed

This commit is contained in:
Insert5StarName 2023-12-31 15:55:00 +01:00
parent 97dea59e49
commit 2b06b822ac
No known key found for this signature in database
GPG key ID: 6774DD916755B090

View file

@ -970,7 +970,7 @@ function animatedMFM() {
.quoteNote { .quoteNote {
padding: 16px; padding: 16px;
border: dashed 1px var(--renote); border: solid 1px var(--renote);
border-radius: var(--radius-sm); border-radius: var(--radius-sm);
overflow: clip; overflow: clip;
} }