mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-03 20:13:02 +00:00
make hotkeys bigger
This commit is contained in:
committed by
Mungai Njoroge
parent
ed7f26c12b
commit
bb66ba70b3
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -26,14 +26,14 @@ const q = useQStore();
|
||||
<style lang="scss">
|
||||
.hotkeys {
|
||||
display: grid;
|
||||
grid-template-columns: 2rem 4rem 2rem;
|
||||
gap: 1rem;
|
||||
width: 100%;
|
||||
grid-template-columns: 4rem 4rem 4rem;
|
||||
height: 100%;
|
||||
|
||||
button {
|
||||
height: 2rem;
|
||||
height: 100%;
|
||||
padding: 0;
|
||||
background: none;
|
||||
border-radius: 0;
|
||||
|
||||
&:hover {
|
||||
background: $darkestblue;
|
||||
|
||||
@@ -21,8 +21,7 @@ const pStore = usePStore();
|
||||
|
||||
<style lang="scss">
|
||||
#p-view {
|
||||
scrollbar-color: $gray2 transparent;
|
||||
padding-bottom: 4rem;
|
||||
padding-bottom: $content-padding-bottom;
|
||||
height: 100%;
|
||||
overflow: auto;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user