mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-23 23:35:00 +08:00
Fix no-result placeholder position for archived project list [SCI-8126]
This commit is contained in:
parent
9f03d88f12
commit
e446522e81
1 changed files with 3 additions and 2 deletions
|
@ -23,7 +23,7 @@
|
|||
|
||||
&.no-results {
|
||||
grid-template-rows: 1fr;
|
||||
height: calc(100vh - var(--content-header-size) - var(--navbar-height));
|
||||
min-height: calc(100vh - var(--content-header-size) - var(--navbar-height));
|
||||
|
||||
.no-results-container {
|
||||
grid-column: 1 / -1;
|
||||
|
@ -88,11 +88,12 @@
|
|||
|
||||
&.no-results {
|
||||
grid-template-rows: 2em 1fr;
|
||||
height: calc(100vh - var(--content-header-size) - var(--navbar-height));
|
||||
min-height: calc(100vh - var(--content-header-size) - var(--navbar-height));
|
||||
}
|
||||
|
||||
.no-results-container {
|
||||
grid-column: 1 / -1;
|
||||
grid-row: span;
|
||||
}
|
||||
|
||||
.card {
|
||||
|
|
Loading…
Reference in a new issue