From 994f355fa00f47dbbdd0166594be3c44e39cdcb6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Mon, 17 Aug 2020 19:38:05 +0200 Subject: Move tab positioning to stylesheet. --- static/style.scss | 1 + 1 file changed, 1 insertion(+) (limited to 'static/style.scss') diff --git a/static/style.scss b/static/style.scss index 2e30f029..1d47691a 100644 --- a/static/style.scss +++ b/static/style.scss @@ -761,6 +761,7 @@ along with their colors. position: relative; width: 100%; resize: both; + --tab-size: 6ex; } .tab { -- cgit v1.2.3