mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-03-21 21:29:20 +01:00
Try disabling the fade-out when loading context
Too distracting.
This commit is contained in:
parent
ce0c0563f3
commit
1a5816f886
1 changed files with 1 additions and 5 deletions
|
@ -315,13 +315,9 @@ a[href^='http'][rel*='nofollow']:visited:not(:has(div)) {
|
||||||
left: calc(50px + 16px + 12px);
|
left: calc(50px + 16px + 12px);
|
||||||
}
|
}
|
||||||
.timeline.contextual.loading > li:not(.hero) {
|
.timeline.contextual.loading > li:not(.hero) {
|
||||||
opacity: 0.5;
|
/* opacity: 0.5; */
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
/* background-image: none !important; */
|
|
||||||
}
|
}
|
||||||
/* .timeline.contextual.loading > li:not(.hero):before {
|
|
||||||
content: none !important;
|
|
||||||
} */
|
|
||||||
|
|
||||||
.timeline-deck.compact .status {
|
.timeline-deck.compact .status {
|
||||||
max-height: max(25vh, 160px);
|
max-height: max(25vh, 160px);
|
||||||
|
|
Loading…
Reference in a new issue