wip: keyboard shortcuts
This commit is contained in:
parent
3ff6ce5967
commit
7050bdd43a
1 changed files with 1 additions and 11 deletions
|
|
@ -49,16 +49,6 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
height: 280px;
|
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"] {
|
.shortcuts-panel [data-component="tabs"] {
|
||||||
|
|
@ -75,7 +65,7 @@
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
position: relative;
|
position: relative;
|
||||||
padding: 16px 0;
|
padding: 12px 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.shortcuts-tabs-row > [data-component="icon-button"] {
|
.shortcuts-tabs-row > [data-component="icon-button"] {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue