mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-19 05:47:53 +08:00
Update dashboard widgets height [SCI-5206][SCI-5249] (#3123)
This commit is contained in:
parent
bf8e834819
commit
9a86cd9184
1 changed files with 4 additions and 4 deletions
|
@ -24,7 +24,7 @@
|
|||
.dashboard-container {
|
||||
--widget-header-size: 44px;
|
||||
display: grid;
|
||||
grid-auto-rows: 30em;
|
||||
grid-auto-rows: 28em;
|
||||
grid-column-gap: var(--dashboard-widgets-gap);
|
||||
grid-row-gap: var(--dashboard-widgets-gap);
|
||||
grid-template-columns: repeat(auto-fit, minmax(7em, 1fr));
|
||||
|
@ -99,13 +99,13 @@
|
|||
|
||||
@media (max-height: 800px) {
|
||||
.dashboard-container {
|
||||
grid-auto-rows: 24em;
|
||||
grid-auto-rows: 20em;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-height: 1300px) {
|
||||
@media (min-height: 1080px) {
|
||||
.dashboard-container {
|
||||
grid-auto-rows: 36em;
|
||||
grid-auto-rows: 32em;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue