mirror of
https://github.com/dbgate/dbgate
synced 2024-11-07 20:26:23 +00:00
9 lines
292 B
CSS
9 lines
292 B
CSS
:root {
|
|
--dim-widget-icon-size: 50px;
|
|
--dim-statusbar-height: 20px;
|
|
--dim-left-panel-width: 300px;
|
|
--dim-tabs-panel-height: 53px;
|
|
--dim-splitter-thickness: 3px;
|
|
--dim-content-left: calc(var(--dim-widget-icon-size) + var(--dim-left-panel-width) + var(--dim-splitter-thickness));
|
|
}
|