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