Improve autoscrolling

This commit is contained in:
2024-12-30 17:13:41 +01:00
parent ff8d9c80e6
commit 246d9aeed7
3 changed files with 33 additions and 6 deletions

View File

@ -191,7 +191,8 @@ main.song {
&.font-size>.button:hover, &.font-size>.button.active { background-color: #bf616a }
&.transpose>.button:hover, &.transpose>.button.active { background-color: #5e81ac }
&.autoscroll>.button.active { background-color: #d08770 }
&.autoscroll>.button:hover, &.autoscroll>.button.active { background-color: #d08770 }
&.autoscroll>#autoscroll.active { background-color: #bf616a }
.button{
display: grid;