mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-24 08:48:47 +01: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;
|
padding: 12px;
|
||||||
border: 1px solid var(--outline-color);
|
border: 1px solid var(--outline-color);
|
||||||
background-color: var(--bg-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); */
|
/* 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)) {
|
.status-card:has(.status-badge:not(:empty)) {
|
||||||
border-top-right-radius: 8px;
|
border-top-right-radius: 8px;
|
||||||
|
@ -121,6 +122,10 @@
|
||||||
.status-card .card {
|
.status-card .card {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
.timeline-deck .status-card .content.truncated:after {
|
||||||
|
/* Don't show "Read more" in status cards */
|
||||||
|
content: none !important;
|
||||||
|
}
|
||||||
|
|
||||||
@keyframes skeleton-breathe {
|
@keyframes skeleton-breathe {
|
||||||
0% {
|
0% {
|
||||||
|
|
Loading…
Reference in a new issue