mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-11-22 05:27:20 +00:00
fix: screens not full width
This commit is contained in:
parent
dd6bb30532
commit
0e1c29ce23
@ -7,7 +7,7 @@
|
||||
/>
|
||||
<main
|
||||
class="uk-container uk-container-expand"
|
||||
style="height: 100vh; overflow: scroll;"
|
||||
style="height: 100vh; overflow: scroll; flex: 1;"
|
||||
:style="{ background: backgroundColor, colour: foregroundColor, marginTop: isMobile ? '70px' : 0 }"
|
||||
:class="{ 'uk-light': darkMode }"
|
||||
>
|
||||
|
Loading…
Reference in New Issue
Block a user