mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-24 06:45:22 +00:00
wip: keyboard shortcuts
This commit is contained in:
@@ -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"] {
|
||||
|
||||
Reference in New Issue
Block a user