fix: Always apply fullscreen styling to sidebar

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl 2023-07-13 22:13:34 +02:00
parent 84df0c33a2
commit ac3292c498

View file

@ -254,6 +254,9 @@ export default {
key: 'error', // force key to re-render
subtitle: '',
title: '',
class: {
'app-sidebar--full': this.isFullScreen,
},
}
}
// no fileInfo yet, showing empty data
@ -261,6 +264,9 @@ export default {
loading: this.loading,
subtitle: '',
title: '',
class: {
'app-sidebar--full': this.isFullScreen,
},
}
},