From e9cb7f4bc6e41fcfe248778ad645574ad27066f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Tue, 12 Jan 2021 23:59:58 +0100 Subject: Add animations to popup tab labels. --- static/style.scss | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'static/style.scss') diff --git a/static/style.scss b/static/style.scss index 4cd6b410..b81e8c01 100644 --- a/static/style.scss +++ b/static/style.scss @@ -815,8 +815,14 @@ along with their colors. max-height: 5ex; min-height: 5ex; + min-width: 5ex; - max-width: 5ex; + width: 5ex; + + transition: width 0.1s ease-in-out; + &:hover { + width: 10ex; + } border: 1px solid #ccc; border-radius: 0 5px 5px 0; -- cgit v1.2.3