diff --git a/packages/app/src/index.css b/packages/app/src/index.css index a61f42b471..b98001bcf2 100644 --- a/packages/app/src/index.css +++ b/packages/app/src/index.css @@ -49,16 +49,6 @@ display: flex; flex-direction: column; height: 280px; - animation: slide-up 0.2s ease-out; -} - -@keyframes slide-up { - from { - transform: translateY(100%); - } - to { - transform: translateY(0); - } } .shortcuts-panel [data-component="tabs"] { @@ -75,7 +65,7 @@ justify-content: center; width: 100%; position: relative; - padding: 16px 0; + padding: 12px 16px; } .shortcuts-tabs-row > [data-component="icon-button"] {