mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-01-23 09:06:23 +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);
|
||||
}
|
||||
.timeline.contextual.loading > li:not(.hero) {
|
||||
opacity: 0.5;
|
||||
/* opacity: 0.5; */
|
||||
pointer-events: none;
|
||||
/* background-image: none !important; */
|
||||
}
|
||||
/* .timeline.contextual.loading > li:not(.hero):before {
|
||||
content: none !important;
|
||||
} */
|
||||
|
||||
.timeline-deck.compact .status {
|
||||
max-height: max(25vh, 160px);
|
||||
|
|
Loading…
Reference in a new issue