mirror of
https://codeberg.org/Hyperpipe/Hyperpipe
synced 2025-06-27 20:58:01 +02:00
ui: hide skip buttons on smaller viewports
This commit is contained in:
parent
8d01101331
commit
1a85f84d18
1 changed files with 3 additions and 2 deletions
|
@ -424,8 +424,6 @@ input[type='range']::-moz-range-track {
|
|||
height: 0.1rem;
|
||||
}
|
||||
|
||||
/* Playlist addition */
|
||||
|
||||
@media (max-width: 500px) {
|
||||
.statusbar-progress-container {
|
||||
min-width: initial;
|
||||
|
@ -434,5 +432,8 @@ input[type='range']::-moz-range-track {
|
|||
left: auto;
|
||||
right: -0.5rem;
|
||||
}
|
||||
#btn-rewind, #btn-forward {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue