mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-24 00:38:49 +01:00
Fix status preview corner
This commit is contained in:
parent
9a04cb6ba3
commit
d35ffafe4b
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@
|
|||
overflow: auto;
|
||||
box-shadow: 0 -3px 12px -3px var(--drop-shadow-color);
|
||||
}
|
||||
#compose-container .status-preview:has(.status-badge) {
|
||||
#compose-container .status-preview:has(.status-badge:not(:empty)) {
|
||||
border-top-right-radius: 8px;
|
||||
}
|
||||
#compose-container .status-preview :is(.content-container, .time) {
|
||||
|
|
Loading…
Reference in a new issue