forked from AkkomaGang/akkoma
7c4b415929
makes static-fe look more like pleroma-fe, with the stylesheets matching pleroma-dark and pleroma-light based on `prefers-color-scheme`. - [x] navbar - [x] about sidebar - [x] background image - [x] statuses - [x] "reply to" or "edited" tags - [x] accounts - [x] show more / show less - [x] posts / with replies / media / followers / following - [x] followers/following would require user card snippets - [x] admin/bot indicators - [x] attachments - [x] nsfw attachments - [x] fontawesome icons - [x] clean up and sort css - [x] add pleroma-light - [x] replace hardcoded strings also i forgot - [x] repeated headers how it looks + sneak peek at statuses: ![](https://akkoma.dev/attachments/c0d3a025-6987-4630-8eb9-5f4db6858359) Co-authored-by: Sol Fisher Romanoff <sol@solfisher.com> Reviewed-on: AkkomaGang/akkoma#236 Co-authored-by: sfr <sol@solfisher.com> Co-committed-by: sfr <sol@solfisher.com>
11 lines
288 B
Text
11 lines
288 B
Text
*.ex diff=elixir
|
|
*.exs diff=elixir
|
|
|
|
# Most of js/css files included in the repo are minified bundles,
|
|
# and we don't want to search/diff those as text files.
|
|
*.js binary
|
|
*.js.map binary
|
|
*.css binary
|
|
|
|
priv/static/instance/static.css diff=css
|
|
priv/static/static-fe/static-fe.css diff=css
|