about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/styles/stream_entries.scss
diff options
context:
space:
mode:
authorThibaut Girka <thib@sitedethib.com>2018-09-05 11:36:24 +0200
committerThibG <thib@sitedethib.com>2018-09-05 13:46:19 +0200
commit77e7da7d0dee3988666a410af665f19ee4f29bc7 (patch)
tree36b48d2a8f7228776b6d3df1523f239976ec3548 /app/javascript/flavours/glitch/styles/stream_entries.scss
parentd8b2f15b23773880ffd5cee52b8c9a78c2e2bc53 (diff)
Port SCSS changes from 78fa926ed560e6a9738144bec7e152fa42104139
Diffstat (limited to 'app/javascript/flavours/glitch/styles/stream_entries.scss')
-rw-r--r--app/javascript/flavours/glitch/styles/stream_entries.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/javascript/flavours/glitch/styles/stream_entries.scss b/app/javascript/flavours/glitch/styles/stream_entries.scss
index cf82be073..9e8ad268b 100644
--- a/app/javascript/flavours/glitch/styles/stream_entries.scss
+++ b/app/javascript/flavours/glitch/styles/stream_entries.scss
@@ -3,6 +3,7 @@
   border-radius: 4px;
   overflow: hidden;
   margin-bottom: 10px;
+  text-align: left;
 
   @media screen and (max-width: $no-gap-breakpoint) {
     margin-bottom: 0;
@@ -63,6 +64,10 @@
       }
     }
   }
+
+  &--highlighted .entry {
+    background: lighten($ui-base-color, 8%);
+  }
 }
 
 .button.logo-button {