mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
fix: screens not full width
This commit is contained in:
parent
dd6bb30532
commit
0e1c29ce23
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue