wip: keyboard shortcuts

desktop-shortcuts-panel
David Hill 2025-12-22 15:19:42 +00:00 committed by Adam
parent 3ff6ce5967
commit 7050bdd43a
No known key found for this signature in database
GPG Key ID: 9CB48779AF150E75
1 changed files with 1 additions and 11 deletions

View File

@ -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"] {