diff --git a/src/App.scss b/src/App.scss index 691f8ae6f0..f3a3fbe1c4 100644 --- a/src/App.scss +++ b/src/App.scss @@ -86,8 +86,10 @@ html { body { -webkit-tap-highlight-color: transparent; -webkit-touch-callout: none; + margin: 0; padding: 0; + transition: all cubic-bezier(0.17, 0.67, 0.83, 0.67) 0.125s; } h1 { @@ -4884,7 +4886,7 @@ footer { select { background: #1e1e30; background-image: linear-gradient(45deg, transparent 50%, $gray 50%), - linear-gradient(135deg, $gray 50%, transparent 50%); + linear-gradient(135deg, $gray 50%, transparent 50%); background-position: calc(100% - 13px) 50%, calc(100% - 8px) 50%; background-repeat: no-repeat; background-size: 5px 5px, 5px 5px;