Commit 0b33f922 authored by Crazy Urus's avatar Crazy Urus Committed by ι™ˆεΈ…

fix: trigger button overflow

parent 4b2de280
...@@ -37,7 +37,7 @@ i.trigger { ...@@ -37,7 +37,7 @@ i.trigger {
height: 64px; height: 64px;
cursor: pointer; cursor: pointer;
transition: all 0.3s, padding 0s; transition: all 0.3s, padding 0s;
padding: 24px; padding: 22px 24px;
&:hover { &:hover {
background: @primary-1; background: @primary-1;
} }
...@@ -106,7 +106,7 @@ i.trigger { ...@@ -106,7 +106,7 @@ i.trigger {
display: none; display: none;
} }
i.trigger { i.trigger {
padding: 24px 12px; padding: 22px 12px;
} }
.logo { .logo {
padding-right: 12px; padding-right: 12px;
......
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 to comment