Skip to content
Snippets Groups Projects
Commit 0ffa749e authored by Michael Hartung's avatar Michael Hartung
Browse files

main column size for large screens

parent 4fed025d
Branches debug_summertime_expulsion
No related tags found
No related merge requests found
...@@ -153,6 +153,7 @@ ...@@ -153,6 +153,7 @@
.center-panel { .center-panel {
width: $main-width; width: $main-width;
max-width: $main-max-width;
} }
div.card.network { div.card.network {
......
...@@ -39,6 +39,7 @@ $sidebar-width: 25%; ...@@ -39,6 +39,7 @@ $sidebar-width: 25%;
$sidebar-min-width: 235px; $sidebar-min-width: 235px;
$sidebar-max-width: 320px; $sidebar-max-width: 320px;
$main-width: calc(100% - (max(#{$sidebar-width},#{$sidebar-min-width}))); $main-width: calc(100% - (max(#{$sidebar-width},#{$sidebar-min-width})));
$main-max-width: calc(100% - (min(#{$sidebar-width},#{$sidebar-max-width})));
// settings for different screen sizes // settings for different screen sizes
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment