mirror of
https://github.com/hicccc77/WeFlow.git
synced 2026-03-25 15:25:50 +00:00
fix(export): increase default session list viewport to 10 rows
This commit is contained in:
@@ -991,6 +991,9 @@
|
||||
}
|
||||
|
||||
.table-wrap {
|
||||
--contacts-row-height: 76px;
|
||||
--contacts-default-visible-rows: 10;
|
||||
--contacts-default-list-height: calc(var(--contacts-row-height) * var(--contacts-default-visible-rows));
|
||||
--contacts-select-col-width: 34px;
|
||||
--contacts-message-col-width: 120px;
|
||||
--contacts-action-col-width: 280px;
|
||||
@@ -1176,8 +1179,8 @@
|
||||
|
||||
.contacts-list {
|
||||
flex: 1;
|
||||
min-height: 360px;
|
||||
height: clamp(360px, 62vh, 760px);
|
||||
min-height: var(--contacts-default-list-height);
|
||||
height: var(--contacts-default-list-height);
|
||||
overflow: hidden;
|
||||
padding: 0 12px 12px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user