aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--static/style.scss8
1 files changed, 7 insertions, 1 deletions
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;