Frontend: Start with minimized navigation
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
This commit is contained in:
parent
32989f611b
commit
b9de8e62fe
1 changed files with 1 additions and 3 deletions
|
@ -274,11 +274,9 @@
|
|||
export default {
|
||||
name: "p-navigation",
|
||||
data() {
|
||||
let mini = (window.innerWidth < 1400);
|
||||
|
||||
return {
|
||||
drawer: null,
|
||||
mini: mini,
|
||||
mini: true,
|
||||
session: this.$session,
|
||||
public: this.$config.getValue("public"),
|
||||
readonly: this.$config.getValue("readonly"),
|
||||
|
|
Loading…
Reference in a new issue