From 1b3dee07ea65bb7db7d3cca8d51c67981ff1f01b Mon Sep 17 00:00:00 2001 From: Kohaku-Blueleaf <59680068+KohakuBlueleaf@users.noreply.github.com> Date: Tue, 27 Jun 2023 17:52:59 +0800 Subject: [PATCH] update style.css --- style.css | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) diff --git a/style.css b/style.css index 7b3e483..196ed18 100644 --- a/style.css +++ b/style.css @@ -1,21 +1,17 @@ #haku_blend_layers_tabs { - display: block; + display: flex; + flex-direction: row; } #haku_blend_layers_tabs > div{ border: none; - margin-left: 6em; -} - -#haku_blend_layers_tabs > div.flex-wrap{ - float: left; - display: block; margin-left: 0; - width: 6em; } -#haku_blend_layers_tabs > div.flex-wrap button{ - display: block; - border-radius: 0; - text-align: left; +#haku_blend_layers_tabs > .tab-nav{ + flex-direction: column; +} + +#haku_blend_layers_tabs > .tabitem{ + width: 100%; } \ No newline at end of file