mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-04 06:36:27 +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 {
|
.loading-placeholder {
|
||||||
display: initial;
|
display: initial;
|
||||||
}
|
}
|
||||||
|
.sidebar-body {
|
||||||
|
.comments-list:empty + .no-comments-placeholder {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue