Remove fullscreen because it broke third column
Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
parent
5536357424
commit
33ecf5373f
3 changed files with 3 additions and 8 deletions
|
@ -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…
Reference in a new issue