mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-08-04 01:54:33 +02:00
Remove left & right padding of audio player timestamps on iOS
This commit is contained in:
parent
4f6468c23a
commit
18e15ff056
1 changed files with 1 additions and 6 deletions
|
@ -81,7 +81,7 @@
|
|||
</div>
|
||||
|
||||
<div id="playerTrack" class="absolute left-0 w-full px-3">
|
||||
<div id="timestamp-row" class="flex pb-0.5">
|
||||
<div class="flex pb-0.5">
|
||||
<p class="font-mono text-white text-opacity-90" style="font-size: 0.8rem" ref="currentTimestamp">0:00</p>
|
||||
<div class="flex-grow" />
|
||||
<p v-show="showFullscreen" class="text-sm truncate text-white text-opacity-75" style="max-width: 65%">{{ currentChapterTitle }}</p>
|
||||
|
@ -938,11 +938,6 @@ export default {
|
|||
bottom: unset;
|
||||
}
|
||||
|
||||
.ios-player #timestamp-row {
|
||||
padding-left: 16px;
|
||||
padding-right: 16px;
|
||||
}
|
||||
|
||||
.cover-wrapper {
|
||||
bottom: 48px;
|
||||
left: 12px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue