mirror of
https://github.com/gradio-app/gradio.git
synced 2025-01-24 10:54:04 +08:00
fix video recorder for iphone
This commit is contained in:
parent
834d53702d
commit
1f9c6bf175
@ -443,7 +443,7 @@
|
||||
@apply w-full h-full bg-black;
|
||||
}
|
||||
.video_recorder::-webkit-media-controls {
|
||||
@apply hidden;
|
||||
display: none !important;
|
||||
}
|
||||
.record_holder {
|
||||
@apply absolute left-1/2 bottom-4 -translate-x-1/2 -translate-y-1/2 text-center;
|
||||
|
@ -392,7 +392,7 @@ html {
|
||||
@apply w-full h-full bg-black;
|
||||
}
|
||||
.video_recorder::-webkit-media-controls {
|
||||
@apply hidden;
|
||||
display: none !important;
|
||||
}
|
||||
.record_holder {
|
||||
@apply absolute left-1/2 bottom-4 -translate-x-1/2 -translate-y-1/2 text-center;
|
||||
|
@ -382,7 +382,7 @@
|
||||
@apply w-full h-full bg-black;
|
||||
}
|
||||
.video_recorder::-webkit-media-controls {
|
||||
@apply hidden;
|
||||
display: none !important;
|
||||
}
|
||||
.record_holder {
|
||||
@apply absolute left-1/2 bottom-4 -translate-x-1/2 -translate-y-1/2 text-center;
|
||||
|
@ -395,7 +395,7 @@
|
||||
@apply w-full h-full bg-black;
|
||||
}
|
||||
.video_recorder::-webkit-media-controls {
|
||||
@apply hidden;
|
||||
display: none !important;
|
||||
}
|
||||
.record_holder {
|
||||
@apply absolute left-1/2 bottom-4 -translate-x-1/2 -translate-y-1/2 text-center;
|
||||
|
Loading…
Reference in New Issue
Block a user