about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/styles
AgeCommit message (Collapse)Author
2019-02-01Fix link color in high-contrast theme, add underlines (#9949)Eugen Rochko
Improve sorting of default themes in the dropdown
2019-01-25Fix Firefox scrollbar color regression in #9210 (#9908)trwnh
In #9210 the track color was changed to transparent for no apparent reason. This PR restores the previous color selections implemented in #8653 while keeping the updated property name. Per https://github.com/tootsuite/mastodon/pull/9210#issuecomment-441788776 there is no particular reason for the color change in #9210.
2019-01-25Apply style for .landing-page strong (#9892)Jeong Arm
2019-01-20[Glitch] Fix public hashtag timeline width on mobile, fix scrollbar width ↵Thibaut Girka
compensation Port 3b3a4d8a1709b8f4a9ffe67d21707117c75f9fe8 to glitch-soc
2019-01-20[Glitch] Fix new hashtag page's items not being full-width on mobileThibaut Girka
Port b506ce119766bb3308f934e2d3de143b3ac6f5ad to glitch-soc
2019-01-20[Glitch] Add information about how to opt-in to the directory on the directoryThibaut Girka
Port SCSS changes from a492a9bcd355d4f0998990905177ac4f9699cc3c to glitch-soc
2019-01-20Fix slightly cropped font on settings page dropdowns when using system font ↵Mélanie Chauvel (ariasuni)
(#9839)
2019-01-20[Glitch] Improve the public hashtag pageThibaut Girka
Port 8b1990355974543542544e56d2046bc0c9c8716b to glitch-soc
2019-01-20[Glitch] Redesign public hashtag page to use a masonry layoutThibaut Girka
Port bc642ac24b49c14dca382e7aabbc16130293d2f4 to glitch flavour
2019-01-16[Glitch] Fix hashtag timeline on mobileThibaut Girka
Port c5b8824a3e5fa43470d12c4ef96eda3e62e10436 to glitch-soc
2019-01-13[Glitch] Adjust admin UI right panel sizeThibaut Girka
Port 9ee9cb549b58a33a81a9da318cbdc26ed2e47788 to glitch-soc
2019-01-13[Glitch] change height on narrow view to take 100% of screenThibaut Girka
Port 11832460431bb6b3196daf17656c2cc76e8ae63d to glitch-soc
2019-01-10[Glitch] Redesign admin instances areaThibaut Girka
Port SCSS changes from 1c6588accca23599ea1537ec527a5be04408b2af
2019-01-10[Glitch] Fix embed play icons regressionThibaut Girka
Port bd5a8c7765102a166ec8909e4a3b7781ec5537d6 to glitch-soc
2019-01-10[Glitch] Display fallback link card thumbnail when none is givenThibaut Girka
Port 1512af2811cb5b2ffccac5452eb291b1af46f89d to glitch-soc
2019-01-08Update glitch-soc admin page style from upstreamThibaut Girka
Port SCSS changes from e55dce3176b7ac0a23a8a652c2626707a1b74dbb to glitch-soc
2019-01-06add list title editingash lea
2019-01-02[Glitch] Improve admin UI for account viewThibaut Girka
Port SCSS changes from 6e49907ecfc7036b6bf2dd91b9ebf4ba62d16080 to glitch-soc
2019-01-02Fix some image paths in SCSS filesThibaut Girka
2018-12-23[Glitch] Add moderation warningsThibaut Girka
Port SCSS changes from 3c033c4352f8b156887cd7157b4a89c23a545838 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-12-20Make drawer markup and styling closer to upstreamThibaut Girka
WARNING: This may break some custom skins! `.drawer > .contents` has been moved to `.drawer > .drawer__pager > .drawer__iner`, and the waves have been moved from `.drawer > .contents` to `.drawer__inner__mastodon`!
2018-12-19[Glitch] Improved appearance of notification filter on safariThibaut Girka
Port 2e1b5edfea1b03f64c69266f979caee228fa90b7 to glitch-soc
2018-12-18Allow disabling media confirmation from the confirmation dialog itselfThibaut Girka
2018-12-18[Glitch] Put "Media Only" option in column settings instead of content area ↵Thibaut Girka
headline Port 4f42238c294f92dbd87db3d83f9514344fcd1f8a to glitch-soc
2018-12-18[Glitch] Add media timelineThibaut Girka
Port 7403e5d306d36c83bfb80cd900235373186cd51a to glitch-soc
2018-12-18[Glitch] Make notifications quick-filter use consistent style with profile tabsThibaut Girka
Port 12ab15e584e78d209b59a893405a0cde83f49035 to glitch-soc
2018-12-18[Glitch] Responsive design for profile directoryThibaut Girka
Port SCSS changes from 087e11897137dc1f2811c21c3ccc6cec3ccdedb3 to glitch flavour
2018-12-17[Glitch] Minor scrollable list fixesThibaut Girka
* Make sure loading indicator has enough vertical space * Respect reduce_motion setting for loading indicator Port 4ede51743e5b9121a49e9131f91cf012fab410f8 to glitch-soc
2018-12-16[Glitch] Fix padding on select elements in preferencesThibaut Girka
Port c58c00651b13520e22f0a59737d23a68e63b4840 to glitch-soc
2018-12-09[Glitch] Fix various things in the directoryThibaut Girka
Port ecd303c097bf20aa971628ba8420a9f17f3dd1f7 to glitch-soc
2018-12-09Port directory CSS changes from upstreamThibaut Girka
Port 73be8f38c115c279e3d3961b98bd2b82b9706b05 to glitch-soc
2018-11-28Add error boundary component to catch Web UI crashesThibaut Girka
2018-11-28Switch “cycling” reply policy link to set of radio inputsThibaut Girka
Fixes #832
2018-11-27Merge pull request #829 from ThibG/glitch-soc/features/volume-slidersDavid Yip
[Glitch] Volume sliders for videos
2018-11-27[Glitch] Volume sliders for videosThibaut Girka
Port f978afa4871c22caecb625a0b3eba533edfa309b to glitch-soc
2018-11-27[Glitch] check_boxes label should use display: inline-blockThibaut Girka
Port 180ae0472a3ff2c0c4a59733f78c87cb6e2004d7 to glitch-soc
2018-11-16Fix composer not displaying on iPadThibaut Girka
2018-11-13[Glitch] Use local instead of global loading indicator for timelines, ↵Thibaut Girka
account timelines Port dd00cd19d2536ce70442d74d72986721427691a5 to glitch-soc
2018-11-09Merge pull request #806 from ThibG/glitch-soc/merge-upstreamThibG
Merge upstream changes
2018-11-09Fix drawer waves being displayed in the list editorThibaut Girka
2018-11-09[Glitch] Fix form validation flash message color and input bordersThibaut Girka
Port ccbdf689e824f93bc9a950bb29a4f1ce58e0f1c9 to glitch-soc
2018-11-09[Glitch] Implement adding a user to a list from their profileThibaut Girka
Port bb5558de627ca9bc26949570025f6193cd7cbd98 to glitch-soc
2018-11-06[Glitch] Update reset.scss from upstreamThibaut Girka
2018-10-31Fix timestamp position in public pages with RTL languagesThibaut Girka
2018-10-31Fix styling of display names in public pagesThibaut Girka
2018-10-31[Glitch] Port some of upstream's getting started footer linksThibaut Girka
2018-10-30[Glitch] Include preview cards in status entity in REST APIThibaut Girka
Port 795f0107d23c1c9bd039f6449fa1e094ab7653a7 to glitch-soc
2018-10-30[Glitch] RTL: fix toot privacy preferences radio buttonssMasoud Abkenar
Port e961a763a2cf722bd5f1311a2de706e28d6c33c6 to glitch-soc
2018-10-30[Glitch] RTL: fix preferences page checkbox marginsMasoud Abkenar
Port 5ee0b51ac8363da1687cc518e80eac53c23b048a to glitch-soc