about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/styles/components/search.scss
diff options
context:
space:
mode:
authorClaire <claire.github-309c@sitedethib.com>2021-07-12 08:07:04 +0200
committerClaire <claire.github-309c@sitedethib.com>2021-07-12 10:22:57 +0200
commita85eb7d930c0b1acfef9a25c102d902f63f3d379 (patch)
treec13d05fcc904e6aa36fc5161848553ff30045531 /app/javascript/flavours/glitch/styles/components/search.scss
parent0c6dfcf3de83ef9595b95c5d2d6fc116fe319861 (diff)
Fix follow suggestions scrolling on mobile view
Also simplify the CSS a bit and bring it closer to upstream.
Diffstat (limited to 'app/javascript/flavours/glitch/styles/components/search.scss')
-rw-r--r--app/javascript/flavours/glitch/styles/components/search.scss11
1 files changed, 8 insertions, 3 deletions
diff --git a/app/javascript/flavours/glitch/styles/components/search.scss b/app/javascript/flavours/glitch/styles/components/search.scss
index eec2e64d6..929769130 100644
--- a/app/javascript/flavours/glitch/styles/components/search.scss
+++ b/app/javascript/flavours/glitch/styles/components/search.scss
@@ -94,10 +94,15 @@
 .search-results__header {
   color: $dark-text-color;
   background: lighten($ui-base-color, 2%);
-  border-bottom: 1px solid darken($ui-base-color, 4%);
-  padding: 15px 10px;
-  font-size: 14px;
+  padding: 15px;
   font-weight: 500;
+  font-size: 16px;
+  cursor: default;
+
+  .fa {
+    display: inline-block;
+    margin-right: 5px;
+  }
 }
 
 .search-results__info {