mirror of
https://github.com/nextcloud/server.git
synced 2026-04-22 23:03:00 -04:00
fix: Always apply fullscreen styling to sidebar
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
parent
84df0c33a2
commit
ac3292c498
1 changed files with 6 additions and 0 deletions
|
|
@ -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,
|
||||
},
|
||||
}
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue