fix apple player
This commit is contained in:
parent
8b99d538fc
commit
395dfab938
@ -129,9 +129,17 @@ footer {
|
||||
}
|
||||
footer audio {
|
||||
width: 75%;
|
||||
scale: 1.3;
|
||||
transform: scale(1.3); /* Default for other devices */
|
||||
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 {
|
||||
background-color: #fff;
|
||||
border-radius: 8px;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user