commit 5a41d1a24377996841ded79bf54561b1b3dfba1c parent 0bad60b24ab33582c39242104fa61cf039490d9e Author: mcol <mcol@posteo.net> Date: Wed, 24 Jun 2020 22:32:53 +0100 make optbox take up the correct space Diffstat:
M | src/features/optbox/index.css | | | 2 | +- |
M | src/features/tabs/index.css | | | 6 | +++++- |
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/src/features/optbox/index.css b/src/features/optbox/index.css @@ -3,7 +3,7 @@ width: 300px; float: left; height: 100%; - margin: 5px; + margin: 2px; } .optbox h3 { diff --git a/src/features/tabs/index.css b/src/features/tabs/index.css @@ -1,3 +1,7 @@ +.tabs { + height: 192px; +} + .tab-list { padding: 0; margin: 0; @@ -17,5 +21,5 @@ .tab-content { width: 100%; - height: 100%; + height: 153px; }