From d885f5f3d791af204585d77f58be698f3a676027 Mon Sep 17 00:00:00 2001 From: vinzv Date: Wed, 7 Oct 2020 22:02:45 +0200 Subject: [PATCH 1/4] Adding an on-demand scrollbar for off-canvas menu --- view/theme/frio/css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/view/theme/frio/css/style.css b/view/theme/frio/css/style.css index 7010f5e20..00c648605 100644 --- a/view/theme/frio/css/style.css +++ b/view/theme/frio/css/style.css @@ -94,6 +94,7 @@ blockquote { height: 100%; padding-top: 100px; z-index: 10; + overflow: auto; } aside::before { content: " "; From f5be6f94c1f36eda3b8bda5bb903bd7fbc97a4ab Mon Sep 17 00:00:00 2001 From: vinzv Date: Thu, 8 Oct 2020 14:46:30 +0200 Subject: [PATCH 2/4] initial commit --- view/theme/frio/templates/jot.tpl | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/view/theme/frio/templates/jot.tpl b/view/theme/frio/templates/jot.tpl index e0c602a28..09aec433c 100644 --- a/view/theme/frio/templates/jot.tpl +++ b/view/theme/frio/templates/jot.tpl @@ -111,6 +111,31 @@
  • + + + + + + + +
  • From a1cea924c6c27ced7dd19e2a3270e3c0da64edda Mon Sep 17 00:00:00 2001 From: vinzv Date: Thu, 8 Oct 2020 14:49:01 +0200 Subject: [PATCH 3/4] fix identation --- view/theme/frio/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view/theme/frio/css/style.css b/view/theme/frio/css/style.css index 00c648605..603c0663f 100644 --- a/view/theme/frio/css/style.css +++ b/view/theme/frio/css/style.css @@ -94,7 +94,7 @@ blockquote { height: 100%; padding-top: 100px; z-index: 10; - overflow: auto; + overflow: auto; } aside::before { content: " "; From 6e0f3e6ad84e8d440ad82aefe3ae1daf08a1c3cd Mon Sep 17 00:00:00 2001 From: vinzv Date: Thu, 8 Oct 2020 14:51:36 +0200 Subject: [PATCH 4/4] Revert "initial commit" This reverts commit f5be6f94c1f36eda3b8bda5bb903bd7fbc97a4ab. --- view/theme/frio/templates/jot.tpl | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/view/theme/frio/templates/jot.tpl b/view/theme/frio/templates/jot.tpl index 09aec433c..e0c602a28 100644 --- a/view/theme/frio/templates/jot.tpl +++ b/view/theme/frio/templates/jot.tpl @@ -111,31 +111,6 @@
  • - - - - - - - -