about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/styles/components/boost.scss
AgeCommit message (Collapse)Author
2021-06-24[Glitch] Fix styling of boost button in media modal not reflecting ability ↵Claire
to boost Port tootsuite#16387 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2021-05-07Change media modals look in web UIEugen Rochko
Port 1e89e2ed988d2103ecd46e06476d863cb40c57c7 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2020-08-30[Glitch] Fix: also use custom private boost icon for detailed statusTdxdxoz
Port a3ec9af9b009d4548e3e8f7369213883212a922a to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com>
2020-07-24Fix custom boost icon colors being swappedThibaut Girka
2020-07-24[Glitch] Add custom icon for private boostsThibG
Port 956473142cf3e7e280d7d81990a4ade75095eb03 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com>
2020-07-22[Glitch] Change disabled retweet iconThibG
Port e93efc03092c4292658543695810036bc52bbc7f to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com>
2018-09-20[Glitch] Redesign forms, verify link ownership with rel="me"Thibaut Girka
Port SCSS changes from f4d549d30081478b1fe2bde9d340262e132bb891
2018-05-07Fix color of disabled boost buttons (fixes #466)Thibaut Girka
2018-05-05[Glitch] Add color variables of texts for better accesibilityThibaut Girka
Port 74dae9458d118b066cd74b16aab2aa9cafbf3fba and related to glitch-soc
2017-12-07Packaged local_settings styles in commonkibigo!