Fix status preview corner

pull/97/head
Lim Chee Aun 2023-04-17 11:46:34 +08:00
rodzic 9a04cb6ba3
commit d35ffafe4b
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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) {