Mobile friendly interface transitions #14

This commit is contained in:
Rafostar
2020-12-02 10:59:02 +01:00
parent 4cb743b931
commit 333b9d8224
4 changed files with 159 additions and 17 deletions

View File

@@ -124,6 +124,20 @@ scale marks {
min-height: 12px;
}
.narrowbutton {
min-width: 8px;
}
@keyframes halfrotate {
to { transform: rotate(0.5turn); }
}
.buttonrotate {
animation-name: halfrotate;
animation-duration: 200ms;
animation-delay: 302ms;
animation-timing-function: linear;
animation-iteration-count: 1;
}
/* Preferences */
.prefsnotebook grid {
margin: 10px;