Browse Source

Remove Atom feeds and old URLs in the form of `GET /:username/updates/:id`

Port SCSS changes from b851456139 to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
closed-social-glitch-2
Eugen Rochko 5 years ago
committed by Thibaut Girka
parent
commit
bf3ab44e77
2 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/javascript/flavours/glitch/styles/index.scss
  2. +0
    -0
      app/javascript/flavours/glitch/styles/statuses.scss

+ 1
- 1
app/javascript/flavours/glitch/styles/index.scss View File

@ -14,7 +14,7 @@
@import 'widgets';
@import 'forms';
@import 'accounts';
@import 'stream_entries';
@import 'statuses';
@import 'components/index';
@import 'polls';
@import 'about';

app/javascript/flavours/glitch/styles/stream_entries.scss → app/javascript/flavours/glitch/styles/statuses.scss View File


Loading…
Cancel
Save