fix video recorder for iphone

This commit is contained in:
Ali Abid 2021-12-01 02:52:09 +00:00
parent 834d53702d
commit 1f9c6bf175
4 changed files with 4 additions and 4 deletions

View File

@ -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;

View File

@ -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;

View File

@ -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;

View File

@ -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;