eww -> music: Increase player buttons size
This commit is contained in:
parent
4f31131470
commit
04769c7a17
1 changed files with 3 additions and 5 deletions
|
@ -28,18 +28,16 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
button {
|
button {
|
||||||
min-width: 32px;
|
min-width: 48px;
|
||||||
min-height: 32px;
|
min-height: 48px;
|
||||||
|
|
||||||
font-size: 20px;
|
font-size: 26px;
|
||||||
}
|
}
|
||||||
|
|
||||||
button.playpause {
|
button.playpause {
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
background-color: $green;
|
background-color: $green;
|
||||||
color: $background;
|
color: $background;
|
||||||
|
|
||||||
padding-top: 1px;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue