From b4dde3842ed542a28d3a4c7cdc80d1e900af9d85 Mon Sep 17 00:00:00 2001
From: Chris Hill-Scott
Date: Fri, 21 Jun 2019 15:37:04 +0100
Subject: [PATCH] Make spacing below template folder heading even
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
It was a bit inconsistent depending on whether there was/wasn’t a search
box or channel tabs on the page.
I found this just too complicated to do in pure CSS, so added a new
spacing class which gets toggled on and off.
---
app/assets/stylesheets/app.scss | 10 ----------
app/assets/stylesheets/components/message.scss | 11 +++++++++++
app/templates/views/templates/_template_list.html | 2 +-
3 files changed, 12 insertions(+), 11 deletions(-)
diff --git a/app/assets/stylesheets/app.scss b/app/assets/stylesheets/app.scss
index 4e4053db4..9bfd2e46f 100644
--- a/app/assets/stylesheets/app.scss
+++ b/app/assets/stylesheets/app.scss
@@ -79,16 +79,6 @@ a {
word-wrap: break-word;
}
- > .grid-row:first-child {
-
- .heading-large,
- .heading-medium {
- margin: $gutter-half 0 $gutter-half 0;
- word-wrap: break-word;
- }
-
- }
-
}
.highlight {
diff --git a/app/assets/stylesheets/components/message.scss b/app/assets/stylesheets/components/message.scss
index c8da629d7..7923f28ef 100644
--- a/app/assets/stylesheets/components/message.scss
+++ b/app/assets/stylesheets/components/message.scss
@@ -46,7 +46,13 @@
}
#template-list {
+
margin-top: $gutter;
+
+ &.top-gutter-0 {
+ margin-top: 0;
+ }
+
}
.template-list {
@@ -151,6 +157,11 @@
.folder-heading {
+ .grid-row & {
+ margin: $gutter-half 0 20px 0;
+ word-wrap: break-word;
+ }
+
a,
&-folder,
&-subfolder {
diff --git a/app/templates/views/templates/_template_list.html b/app/templates/views/templates/_template_list.html
index f09ceca63..b2df718aa 100644
--- a/app/templates/views/templates/_template_list.html
+++ b/app/templates/views/templates/_template_list.html
@@ -10,7 +10,7 @@
{% endif %}
{% else %}
-