Remove fullscreen because it broke third column

Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
Sam Therapy 2022-02-11 16:15:50 -06:00
parent 5536357424
commit 33ecf5373f
Signed by: sam
GPG key ID: 4D8B07C18F31ACBD
3 changed files with 3 additions and 8 deletions

View file

@ -89,11 +89,6 @@ export default {
'order': this.$store.getters.mergedConfig.sidebarRight ? 99 : 0
}
},
fullscreenView () {
return {
'max-width': this.$store.getters.mergedConfig.fullscreenView ? 'initial' : null
}
},
thirdColumnAlign () {
return {
'order': this.$store.getters.mergedConfig.sidebarRight ? 0 : 99

View file

@ -12,7 +12,7 @@
<div class="app-bg-wrapper app-container-wrapper" />
<div
id="content"
:style="[thirdColumnLayout, fullscreenView]"
:style="thirdColumnLayout"
class="container underlay"
>
<div

View file

@ -21,11 +21,11 @@
{{ $t('settings.show_third_column') }}
</BooleanSetting>
</li>
<li>
<!-- <li>
<BooleanSetting path="fullscreenView">
{{ $t('settings.fullscreenView') }}
</BooleanSetting>
</li>
</li> -->
<li v-if="instanceWallpaperUsed">
<BooleanSetting path="hideInstanceWallpaper">
{{ $t('settings.hide_wallpaper') }}