Re-enable larger status panel

This commit is contained in:
nathan 2025-03-06 09:44:26 -07:00
parent 97696fb04d
commit cc6ea74648
2 changed files with 2 additions and 2 deletions

View File

@ -115,7 +115,7 @@ egw-framework#egw_fw_basecontainer {
}
egw-framework#egw_fw_basecontainer::part(status-split) {
/* This limits the max size of the status panel */
--max: 32px;
--max: 15em;
}
egw-framework#egw_fw_basecontainer::part(header) {
--icon-size: 32px;

View File

@ -56,7 +56,7 @@ egw-framework#egw_fw_basecontainer {
&::part(status-split) {
/* This limits the max size of the status panel */
--max: 32px;
--max: 15em;
}
&::part(header) {