mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-16 07:11:15 +03:00
Attempt to fix Flash of missing text on Mobile Safari
This commit is contained in:
parent
e7a1aa1418
commit
01a028d1c5
1 changed files with 6 additions and 1 deletions
|
@ -95,8 +95,9 @@
|
|||
padding: 12px;
|
||||
border: 1px solid var(--outline-color);
|
||||
background-color: var(--bg-color);
|
||||
box-shadow: inset 0 0 4px var(--outline-color);
|
||||
/* box-shadow: inset 0 0 0 2px var(--bg-faded-color); */
|
||||
filter: drop-shadow(0 2px 4px var(--bg-faded-color));
|
||||
/* filter: drop-shadow(0 2px 4px var(--bg-faded-color)); */
|
||||
}
|
||||
.status-card:has(.status-badge:not(:empty)) {
|
||||
border-top-right-radius: 8px;
|
||||
|
@ -121,6 +122,10 @@
|
|||
.status-card .card {
|
||||
display: none;
|
||||
}
|
||||
.timeline-deck .status-card .content.truncated:after {
|
||||
/* Don't show "Read more" in status cards */
|
||||
content: none !important;
|
||||
}
|
||||
|
||||
@keyframes skeleton-breathe {
|
||||
0% {
|
||||
|
|
Loading…
Add table
Reference in a new issue