about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/styles/_mixins.scss
AgeCommit message (Collapse)Author
2023-02-25Fix glitch-soc SCSS code style and refactor closer to upstreamClaire
2023-02-18[Glitch] Upgrade to Stylelint 15 with PrettierNick Schonning
Port 0c9d455ea5540e854c2d879cd1df015ea493f622 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2022-10-09[Glitch] Add logged-out access to the web UIEugen Rochko
Port part of 43b5d5e38d2b8ad8f1d1ad0911c3c1718159c912 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2021-03-06Fix various CodeClimate warningsClaire
2019-09-30[Glitch] Fix placeholder colors for inputs not being explicitly definedEugen Rochko
Port b6df9c10671cd7bf48de3dbd7a94a92fb0a148ec to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com>
2019-03-30[Glitch] Fix transparent avatars showing underlying elements in avatar stack ↵Eugen Rochko
and profile Port 79227d153b86144e9a8cc73f1d4045973eabc9ef to glitch-soc
2019-02-15[Glitch] Fix hashtags select styling in default and high contrast skinsThibaut Girka
Port 169b9d4428d8e54d7bee365fd76be9a6e2a92da5 to glitch-soc
2018-12-21[Glitch] Allow joining several hashtags in a single columnThibaut Girka
Port 4c03e05a4e1a237f8a414a0861c03abe3269dbc8 to glitch-soc This introduces new requirements in the API: `/api/v1/timelines/tag/:tag` now accepts new params: `any`, `all` and `none` It now returns status matching tag :tag or any of the :any, provided that they also include all tags in `all` and none of `none`.
2018-09-04Fix full-width marginsThibaut Girka
2018-09-04Media gallery styling closer to upstream'sThibaut Girka
2017-12-04Merge branch 'gs-master' into glitch-themeDavid Yip
2017-12-03Rename themes -> flavours ? ?kibigo!