mosaic layout
This commit is contained in:
@ -28,7 +28,7 @@
|
||||
</head>
|
||||
<body class="
|
||||
{% if prefs.layout != "" %}{{ prefs.layout }}{% endif %}
|
||||
{% if prefs.wide == "on" && prefs.layout != "old" %} wide{% endif %}
|
||||
{% if prefs.wide == "on" || prefs.layout == "old" || prefs.layout == "mosaic" %} wide{% endif %}
|
||||
{% if prefs.theme != "system" %} {{ prefs.theme }}{% endif %}
|
||||
{% if prefs.fixed_navbar == "on" %} fixed_navbar{% endif %}">
|
||||
<!-- NAVIGATION BAR -->
|
||||
|
Reference in New Issue
Block a user