Browse Source

Fix clicking on collapsed toots with a background (fixes #547)

closed-social-glitch-2
Thibaut Girka 5 years ago
committed by ThibG
parent
commit
d0faac9027
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      app/javascript/flavours/glitch/styles/components/status.scss

+ 1
- 0
app/javascript/flavours/glitch/styles/components/status.scss View File

@ -229,6 +229,7 @@
top: 0;
bottom: 0;
background-image: linear-gradient(to bottom, rgba($base-shadow-color, .75), rgba($base-shadow-color, .65) 24px, rgba($base-shadow-color, .8));
pointer-events: none;
content: "";
}

Loading…
Cancel
Save