We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed62e75 commit 9ad8871Copy full SHA for 9ad8871
src/pages/home/previews/artplayer.css
@@ -1,15 +1,15 @@
1
/* Some custom styles for ArtPlayer */
2
3
/* Hide previous and next buttons on small screens */
4
-@media (max-width: 420px) {
+@media (max-width: 440px) {
5
.art-control.art-control-previous-button,
6
.art-control.art-control-next-button {
7
display: none;
8
}
9
10
11
/* Hide time on smaller screens */
12
-@media (max-width: 340px) {
+@media (max-width: 360px) {
13
.art-control.art-control-time {
14
15
0 commit comments