mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-29 23:32:04 +02:00
Mobile friendly interface transitions #14
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user