about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/styles
AgeCommit message (Collapse)Author
2018-05-11Update forms SCSS from upstreamThibaut Girka
2018-05-11Update SCSS to match “Show card modal on public pages”Thibaut Girka
2018-05-11Update SCSS for about/landing pageThibaut Girka
2018-05-11Update admin page SCSS from upstreamThibaut Girka
2018-05-10Add bot badge to account headers in the WebUIThibaut Girka
2018-05-10Update glitch-soc style to match new bio fields markupThibaut Girka
2018-05-07Port Sylvhem's mastodon-light to glitch flavourThibaut Girka
2018-05-07Merge pull request #468 from ThibG/glitch-soc/features/reports-improvementsbeatrix
Various improvements to the reports modal
2018-05-07[Glitch] Allow report modal to be up to 80% of viewport heightThibaut Girka
Port bddb330a8a08b7459c299fb56ae8770c3ac69af5 to glitch-soc
2018-05-07Fix color of disabled boost buttons (fixes #466)Thibaut Girka
2018-05-06Fix glitch high-contrast skin text colorsThibaut Girka
Port from 3c5006ec7fa98ec53df619b0e6e52b3bbdb6f046
2018-05-06Merge pull request #459 from ThibG/glitch-soc/features/text-color-variablesbeatrix
Add text color variables + minor SCSS fixes + high contrast skin
2018-05-06Fix color of status icons in glitch-soc high contrast skinThibaut Girka
2018-05-05minor fixThibaut Girka
2018-05-05[Glitch] Add high-contrast themeThibaut Girka
2018-05-05Move attachment-lists out of lists.scssThibaut Girka
2018-05-05[Glitch] Fix text color in "show more" link inside boost confirmation modalThibaut Girka
Port ba917e15f66c7848fe943e571d1ec5eeb549b59d to glitch-soc
2018-05-05Fix link colors in report modalThibaut Girka
2018-05-05[Glitch] Add color variables of texts for better accesibilityThibaut Girka
Port 74dae9458d118b066cd74b16aab2aa9cafbf3fba and related to glitch-soc
2018-05-05[Glitch] Update SCSS of admin and setting pagesThibaut Girka
Port the SCSS changes from cb74c0cfe4aa89f9656c054253665ef4965b41df to glitch-soc
2018-05-05[Glitch] Improve styling of closed registrations messageThibaut Girka
Port SCSS changes from 5acd5315f23b4472f31c4a0bb612b7356032defc to glitch-soc
2018-04-29Implement tootsuite-style account fieldsThibaut Girka
glitch-soc-style still in backup, both sharing the same SCSS style
2018-04-29Fix style of account fields formThibaut Girka
2018-04-26Merge pull request #401 from ThibG/glitch-soc/features/unfold-threadbeatrix
Port the “unfold thread” feature from Mastodon's UI to glitch-soc flavour
2018-04-26Merge pull request #439 from ThibG/glitch-soc/fixes/emoji-shortcode-inlinebeatrix
[Glitch] Do not set emoji as inline-block
2018-04-26Merge pull request #440 from ThibG/glitch-soc/fixes/video-fullscreenbeatrix
[Glitch] Fix fullscreen video player
2018-04-24Fix fade being colored wrongly for DMs and upon focusUna Thompson
2018-04-23[Glitch] Fix fullscreen video playerThibaut Girka
Port 53b1d8887325160934dec7557e97a43ce2896264 to glitch-soc
2018-04-22[Glitch] Do not set emoji as inline-blockThibaut Girka
Port 597948fb1316d2e1de76be330db441786c571132 to glitch-soc
2018-04-22Add show more/less toggle for entire threads in web UIThibaut Girka
Inspired from b6003afcdb1b89eb967a2b211e3b4e26aed9ac9d but using component properties instead of redux store for hidden/revealed state.
2018-04-22[Glitch] Fix column headers accessibilityThibaut Girka
Port 08e4c78e78358c2847967e9cc34b4a6497be97e2 to glitch-soc. SCSS fix inspired by 69f13e7bca90f4855e05a49dd69bba66f843134a.
2018-04-22Merge pull request #435 from ThibG/glitch-soc/features/public-modalsbeatrix
[Glitch] Show media modal on public pages
2018-04-22Add fade and margin to collapsed statusesUna Thompson
2018-04-20[Glitch] Show media modal on public pagesThibaut Girka
Port ff7941e652af1d54d9c991254556e7932a8b183c to glitch-soc
2018-04-16Merge pull request #424 from ThibG/glitch-soc/features/video-player-improvementsDavid Yip
Backport a few MediaGallery/Video changes from upstream (fixes #423)
2018-04-14Fix extended video player (gifv) modal sizeThibaut Girka
It was currently full-size
2018-04-14[Glitch] Responsively enforce 16:9 ratio on video thumbnails in web UIThibaut Girka
Port the video-player part of 036dd98abb1fe6ae1d25ff0f3ecffe4dd9a79ea3 to glitch-soc. MediaGallery part ignored since it has diverged quite a bit. This fixes #423
2018-04-12Merge pull request #416 from ThibG/glitch-soc/features/media-modalDavid Yip
Port various media modal improvements to glitch-soc
2018-04-11Update glitch-soc style to match changes to reports UIThibaut Girka
Port style changes from d9b62e34da0c0238176f27557ac7b953da94df7e
2018-04-09[Glitch] Fix video player heightThibaut Girka
Port 31e7b7308489ecc8b43f83b78ec0a288c4195d5b to glitch-soc
2018-04-09[Glitch] Refactor scssThibaut Girka
Port f691afaae913fdb3041864b2824ca092e092ba84 to glitch-soc
2018-04-08[Glitch] Avoid using JS to set height in MediaModalThibaut Girka
Port fa5c867e0ec426fc01653e9022ba29783b2a826f to glitch-soc
2018-04-08[Glitch] Improved media modalThibaut Girka
Port 4e929b2d173fa22b722c58c0e9f8223eb4f44b0e to glitch-soc
2018-04-04Update accounts SCSS for public pagesThibaut Girka
2018-03-30Add basic domain block UIThibaut Girka
2018-03-27[Glitch] Display AttachmentList in timelines in compact style when media missingThibaut Girka
Port 86a9de6753fc425b247699c7822bc8a5d49af043 to glitch-soc
2018-03-22expanded notifications show like defaultAsh Levy
2018-03-19Merge pull request #394 from ashkitten/compressed-notifsDavid Yip
fix compressed notifications again (#393)
2018-03-19fix .status__info__icons layoutAsh Lea
2018-03-18Merge pull request #388 from ThibG/glitch-soc/federated-pinned-tootsDavid Yip
Port WebUI toots/with reply/media tabs and pinned toots to glitch