Browse Source

[Glitch] Ensure container of React components has full width

Port f6910fba02 to glitch-soc
closed-social-glitch-2
Thibaut Girka 5 years ago
committed by ThibG
parent
commit
828f602b2f
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      app/javascript/flavours/glitch/styles/stream_entries.scss

+ 4
- 0
app/javascript/flavours/glitch/styles/stream_entries.scss View File

@ -2,6 +2,10 @@
clear: both;
box-shadow: 0 0 15px rgba($base-shadow-color, 0.2);
div[data-component] {
width: 100%;
}
.entry {
background: $simple-background-color;

Loading…
Cancel
Save