From 3e8dc979c637e779f340b3bbc40a59b1c0d4fe42 Mon Sep 17 00:00:00 2001 From: Cotes Chung <11371340+cotes2020@users.noreply.github.com> Date: Tue, 7 Apr 2020 03:46:46 +0800 Subject: [PATCH] Optimized topbar responsive layout. --- assets/css/main.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/assets/css/main.scss b/assets/css/main.scss index 7eaf102..4aec2be 100644 --- a/assets/css/main.scss +++ b/assets/css/main.scss @@ -1475,6 +1475,10 @@ table { - (1920px - #{$sidebar-width-large}) ) /* 100% - 350px - (1920px - 350px); */ } + #topbar { + max-width: calc(#{$main-content-max-width} + 20px) + } + #main>div.row { padding-left: calc((100% - #{$main-content-max-width} - 2%) / 2); }