mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-03-10 05:01:15 +01:00
Re-enable larger status panel
This commit is contained in:
parent
97696fb04d
commit
cc6ea74648
@ -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;
|
||||
|
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user