mirror of
https://github.com/EnixCoda/Gitako.git
synced 2026-03-11 08:54:44 +00:00
parent
0bfca704a4
commit
568221171d
1 changed files with 1 additions and 4 deletions
|
|
@ -83,12 +83,9 @@
|
|||
height: 30px;
|
||||
will-change: transform;
|
||||
border: 1px solid transparent;
|
||||
transition: all @animation-duration ease;
|
||||
|
||||
@media screen and (max-width: @width-with-gitako) {
|
||||
transition: all @animation-duration ease;
|
||||
}
|
||||
@media screen and (min-width: @width-with-gitako) {
|
||||
transition: border-color, border-radius, background @animation-duration ease;
|
||||
transform: translate(~'calc(50vw - (' @github-content-width ~') / 2 - 30px)');
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue