From f65bea93148172e13049102baa670e87c285bbd0 Mon Sep 17 00:00:00 2001 From: ivanhercaz Date: Sun, 11 Mar 2018 17:26:18 +0000 Subject: [PATCH 1/3] clear right to category links div --- stragula.less | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/stragula.less b/stragula.less index 01e7c76..f59248c 100644 --- a/stragula.less +++ b/stragula.less @@ -765,3 +765,11 @@ table.smworgtable-v2-toc { border-radius: 3px; } } + +/** + * Trick to keep the categories section at the bottom of all content + */ + +#catlinks { + clear: right; +} From cf9358ba4fbf0c2eb2952095aed08f0b3c0e5f57 Mon Sep 17 00:00:00 2001 From: ivanhercaz Date: Sun, 11 Mar 2018 17:27:45 +0000 Subject: [PATCH 2/3] bottom: 0 in smwfootergrid.container deleted to make the footer full height work in all devices --- stragula.less | 1 - 1 file changed, 1 deletion(-) diff --git a/stragula.less b/stragula.less index f59248c..cc878c8 100644 --- a/stragula.less +++ b/stragula.less @@ -566,7 +566,6 @@ ul.lqt-thread-toolbar-commands { */ .smwofootergrid.container { position: absolute; - bottom: 0; width: 100%; /* Set the fixed height of the footer here */ height: 125px; From 9ab3a40a1f517c3c9f7f8debbab8a9480e4e4e21 Mon Sep 17 00:00:00 2001 From: Karsten Hoffmeyer Date: Sat, 17 Mar 2018 11:15:34 +0100 Subject: [PATCH 3/3] Update stragula.less Removing this would kill the display if only few content is added to a page --- stragula.less | 1 + 1 file changed, 1 insertion(+) diff --git a/stragula.less b/stragula.less index cc878c8..92eed71 100644 --- a/stragula.less +++ b/stragula.less @@ -566,6 +566,7 @@ ul.lqt-thread-toolbar-commands { */ .smwofootergrid.container { position: absolute; + bottom: 0; width: 100%; /* Set the fixed height of the footer here */ height: 125px;