Commit 0b33f922 authored by Crazy Urus's avatar Crazy Urus Committed by 陈帅

fix: trigger button overflow

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