Commit 508ff864 by Bence Dányi

webui: fix image size

parent ec1cc7bb
...@@ -358,8 +358,15 @@ body > footer { ...@@ -358,8 +358,15 @@ body > footer {
transition: 1s 300ms; transition: 1s 300ms;
-webkit-transition: 1s 300ms; -webkit-transition: 1s 300ms;
-moz-transition: 1s 300ms; -moz-transition: 1s 300ms;
-o-transition: 1s 300ms;
-ms-transition: 1s 300ms;
transform-origin: center center;
-webkit-transform-origin: center center;
-moz-transform-origin: center center;
-ms-transform-origin: center center;
-o-transform-origin: center center;
&:hover { &:hover {
height: 400px; height: 390px;
} }
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment