Make skeleton unpointerable

This commit is contained in:
Lim Chee Aun 2023-01-01 16:09:10 +08:00
parent 6306ed9602
commit 4d7aeca10f

View file

@ -81,6 +81,8 @@
} }
.status.skeleton { .status.skeleton {
color: var(--outline-color); color: var(--outline-color);
user-select: none;
pointer-events: none;
} }
.status.skeleton > .avatar { .status.skeleton > .avatar {
@ -206,9 +208,6 @@
opacity: 1; opacity: 1;
} }
.status .content {
margin-top: 2px;
}
.timeline-deck .status .content { .timeline-deck .status .content {
max-height: 50vh; max-height: 50vh;
max-height: 50dvh; max-height: 50dvh;