From aeb999c4d9f4bbdf5e30a047c1e5f74992544420 Mon Sep 17 00:00:00 2001 From: rabuzarus <> Date: Sat, 25 Mar 2017 23:33:53 +0100 Subject: [PATCH] enable fbrowser for mobile view --- view/theme/frio/css/style.css | 9 ++++++++- view/theme/frio/templates/jot.tpl | 4 +++- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/view/theme/frio/css/style.css b/view/theme/frio/css/style.css index 7f3d522a9..346abb02d 100644 --- a/view/theme/frio/css/style.css +++ b/view/theme/frio/css/style.css @@ -1290,8 +1290,11 @@ section #jotOpen { padding-right: 1px; } .fbrowser .folders ul { - padding-left: 0px; + padding: 0px; margin-left: -15px; + margin-bottom: 0px; + overflow-y: auto; + max-height: calc(100vh - 210px); } .fbrowser .folders li { padding-left: 20px; @@ -1314,6 +1317,10 @@ section #jotOpen { .fbrowser .folders + .list { padding-left: 10px; } +.fbrowser .fbrowser-content-container { + overflow-y: auto; + max-height: calc(100vh - 175px); +} .fbrowser .profile-rotator-wrapper { min-height: 200px; } diff --git a/view/theme/frio/templates/jot.tpl b/view/theme/frio/templates/jot.tpl index 1436182b8..d461f733f 100644 --- a/view/theme/frio/templates/jot.tpl +++ b/view/theme/frio/templates/jot.tpl @@ -11,7 +11,7 @@ in with dropdows the close button needs to be inserted after the dropdown. *}} - {{* The Jot navigation menu (text input, permissions, preview, filebrowser) *}} + {{* The Jot navigation menu for desktop user (text input, permissions, preview, filebrowser) *}} + {{* The Jot navigation menu for small displays (text input, permissions, preview, filebrowser) *}}