From 0928ed95edc6138762f71ca3fa4283b1495bf6e5 Mon Sep 17 00:00:00 2001 From: skaman82 Date: Wed, 25 Nov 2015 23:27:48 +0100 Subject: [PATCH] Adding animation to the tab menu if log opens/closes --- main.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/main.css b/main.css index 3ef1e808..0f5384e5 100644 --- a/main.css +++ b/main.css @@ -489,12 +489,16 @@ input[type="number"]::-webkit-inner-spin-button { width: 200px; border-right: 4px solid #59aa29; background-color: #2e2e2e; + transition: all 0.2s; + } .tab_container.logopen { height: calc(100% - 235px); overflow-x: hidden; overflow-y: auto; + transition: all 0.5s; + }