mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-23 05:43:07 +02:00
fix: detailed view being dashed
This commit is contained in:
parent
97dea59e49
commit
2b06b822ac
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue