fix #35: the actions don't update the status
All checks were successful
/ depoly (push) Successful in 1m18s

This commit is contained in:
thislight 2024-11-08 23:17:01 +08:00
parent 17e738e21a
commit 29eaf1a02b
No known key found for this signature in database
GPG key ID: FCFE5192241CCD4E
5 changed files with 114 additions and 96 deletions

View file

@ -5,8 +5,12 @@
margin-block: 0;
position: relative;
contain: content;
user-select: none;
cursor: pointer;
&:not(.expanded) {
user-select: none;
cursor: pointer;
}
&.toot {
/* fix composition ordering: I think the css module processor should aware the overriding and behaves, but no */