fix apple player
This commit is contained in:
parent
8b99d538fc
commit
395dfab938
@ -129,9 +129,17 @@ footer {
|
|||||||
}
|
}
|
||||||
footer audio {
|
footer audio {
|
||||||
width: 75%;
|
width: 75%;
|
||||||
scale: 1.3;
|
transform: scale(1.3); /* Default for other devices */
|
||||||
padding: 10px 0;
|
padding: 10px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Target Safari specifically */
|
||||||
|
@supports (-webkit-touch-callout: none) {
|
||||||
|
footer audio {
|
||||||
|
width: 60%;
|
||||||
|
transform: scale(1.6); /* Different scale for Apple devices */
|
||||||
|
}
|
||||||
|
}
|
||||||
.audio-player-container {
|
.audio-player-container {
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user