make hotkeys bigger

This commit is contained in:
geoffrey45
2022-10-08 16:39:52 +03:00
committed by Mungai Njoroge
parent ed7f26c12b
commit bb66ba70b3
3 changed files with 6 additions and 8 deletions
+1 -2
View File
@@ -193,12 +193,11 @@ const settings = useSettingsStore();
}
.buttons {
height: 3.25rem;
height: 100%;
margin-top: -$smaller;
background-color: rgba(255, 255, 255, 0.048);
display: grid;
place-items: center;
padding: 0 $small;
}
}