Remove fullscreen because it broke third column

Signed-off-by: Sam Therapy <sam@samtherapy.net>
8777-fe
Not Sam 2 years ago
parent 5536357424
commit 33ecf5373f
Signed by untrusted user: NotSam
GPG Key ID: 4D8B07C18F31ACBD

@ -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

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

@ -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') }}

Loading…
Cancel
Save