mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-01-23 17:16:26 +01:00
Make skeleton unpointerable
This commit is contained in:
parent
6306ed9602
commit
4d7aeca10f
1 changed files with 2 additions and 3 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue