about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/styles/components/single_column.scss
diff options
context:
space:
mode:
authorThibaut Girka <thib@sitedethib.com>2019-06-27 22:30:55 +0200
committerThibG <thib@sitedethib.com>2019-06-28 11:13:41 +0200
commit6ad870a410c7379eb8f3e719f3ad217354691546 (patch)
tree966dd007e9a6fc3a1998692d3f655131de051048 /app/javascript/flavours/glitch/styles/components/single_column.scss
parentca17bae904783dfb1f4899a533d28a79da0c6fe9 (diff)
Change search components classes and styling to match upstream
Diffstat (limited to 'app/javascript/flavours/glitch/styles/components/single_column.scss')
-rw-r--r--app/javascript/flavours/glitch/styles/components/single_column.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/javascript/flavours/glitch/styles/components/single_column.scss b/app/javascript/flavours/glitch/styles/components/single_column.scss
index ca962abd2..e0f3d62a7 100644
--- a/app/javascript/flavours/glitch/styles/components/single_column.scss
+++ b/app/javascript/flavours/glitch/styles/components/single_column.scss
@@ -6,7 +6,7 @@
   height: calc(100% - 10px);
   overflow-y: hidden;
 
-  .drawer--search input {
+  .search__input {
     line-height: 18px;
     font-size: 16px;
     padding: 15px;