mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-29 19:51:01 +08:00
Fix empty state during loading
This commit is contained in:
parent
2449f2b500
commit
833c327e3a
1 changed files with 5 additions and 0 deletions
|
@ -284,6 +284,11 @@
|
|||
.loading-placeholder {
|
||||
display: initial;
|
||||
}
|
||||
.sidebar-body {
|
||||
.comments-list:empty + .no-comments-placeholder {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue