mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2026-09-03 03:50:02 +03:00
Fix too large video osd header padding
This commit is contained in:
@@ -70,7 +70,7 @@ const VideoPage: FC = () => {
|
||||
<RemotePlayButton />
|
||||
</>
|
||||
}
|
||||
className='padded-left padded-right'
|
||||
className='videoOsd-appBar'
|
||||
>
|
||||
<Typography>{videoTitle}</Typography>
|
||||
</AppToolbar>
|
||||
|
||||
@@ -1,4 +1,11 @@
|
||||
@use 'mixins' as *;
|
||||
@use "mixins" as *;
|
||||
|
||||
.videoOsd-appBar {
|
||||
margin-left: env(safe-area-inset-left);
|
||||
margin-right: env(safe-area-inset-right);
|
||||
padding-left: 1em;
|
||||
padding-right: 1em;
|
||||
}
|
||||
|
||||
.chapterThumbTextContainer,
|
||||
.videoOsdBottom {
|
||||
|
||||
Reference in New Issue
Block a user