From b20307377a99b72675f195d2391815fed3c2a2ae Mon Sep 17 00:00:00 2001
From: Jordan Vidrine <30537603+jordanvidrine@users.noreply.github.com>
Date: Sat, 2 Apr 2022 10:47:01 -0500
Subject: [PATCH] linting (#16360)
---
.../stylesheets/common/base/crawler_layout.scss | 12 ++++++++++++
app/views/layouts/crawler.html.erb | 6 +-----
2 files changed, 13 insertions(+), 5 deletions(-)
diff --git a/app/assets/stylesheets/common/base/crawler_layout.scss b/app/assets/stylesheets/common/base/crawler_layout.scss
index fcf1e157cda..60665f66317 100644
--- a/app/assets/stylesheets/common/base/crawler_layout.scss
+++ b/app/assets/stylesheets/common/base/crawler_layout.scss
@@ -1,4 +1,5 @@
body.crawler {
+ font-family: "Times New Roman", Times, serif;
> header {
width: 100%;
top: 0;
@@ -15,6 +16,7 @@ body.crawler {
}
div#main-outlet {
+ padding: 10px;
div.post {
word-break: break-word;
img {
@@ -28,7 +30,17 @@ body.crawler {
table-layout: fixed;
overflow: hidden;
margin-bottom: 1em;
+ td {
+ padding: 10px 0;
+ &.posters {
+ padding: 10px 20px;
+ }
+ }
+ th:first-of-type {
+ padding-left: 0;
+ }
@media (max-width: 850px) {
+ table-layout: auto;
td {
word-break: break-all;
&.posters {
diff --git a/app/views/layouts/crawler.html.erb b/app/views/layouts/crawler.html.erb
index ec1f753d6ef..57c8dd3efc4 100644
--- a/app/views/layouts/crawler.html.erb
+++ b/app/views/layouts/crawler.html.erb
@@ -25,11 +25,7 @@
<%= theme_lookup("header") %>
<%=SiteSetting.title%>
- <% end %>
+ <%=SiteSetting.title%>