about summary refs log tree commit diff
path: root/app/assets/stylesheets
AgeCommit message (Collapse)Author
2017-04-05Update components.scsstom
Use nicer scrollbars in MS edge
2017-04-04Improve readability of text on profilesDrew DeVault
2017-04-04New admin setting: open/close registrations, with custom message, from the ↵Eugen Rochko
admin UI
2017-04-03Fix the position of the Mastodon mascot in the UIJessica Stokes
The Mastodon mascot was previously anchored to the bottom, and that was since broken. This restores that behaviour! It also disables the double-scrollbar behaviour that was caused by this area allowing overflow-y in addition to its parent doing so.
2017-04-02Fix word-break in account profilesOlivia Mossberg
word-break:break-all is a surefire way to break things. It should be set to normal. This merge just set it back to what it should be. Tested on Firefox 52.0.2 and Chrome 56.0.2924.87 with no detected errors.
2017-04-02Merge branch 'master' of https://github.com/maximeborges/mastodon into ↵Eugen Rochko
maximeborges-master
2017-04-01Made modal system more genericEugen Rochko
2017-04-01Fix word-break in profile's note on profile page and profile componentMaxime BORGES
2017-04-01Improve mobile tabs a littleEugen Rochko
2017-03-31Fix reworked searchEugen Rochko
2017-03-31Rework searchEugen Rochko
2017-03-31Fix #700 - hide spoilers on static pagesEugen Rochko
2017-03-31:active and :focus states same as :hover for buttonsEugen Rochko
2017-03-29Improve emojis - use SVGs where possibleEugen Rochko
2017-03-26Add tooltip to privacy dropdownEugen Rochko
2017-03-26Fix up some localizationsEugen Rochko
2017-03-26Compose form layout fixesEugen Rochko
2017-03-25Change to using variablesshel
Thanks garg
2017-03-25Increase color contrastshel
Privacy descriptions were very difficult to reason. This is the minimal level of color contrast to be WCAG AA compliant.
2017-03-25Improve sign up page on small screensEugen Rochko
2017-03-25Temporary spacing fixEugen Rochko
2017-03-25Redesigned compose formEugen Rochko
2017-03-24Fancier drag & drop indicator, emoji icon for emoji, upload progress (fix #295)Eugen Rochko
2017-03-22Fix full-text search query quotation, improve tag search performance with an ↵Eugen Rochko
index, add ability to open status by URL from search (fix #53)
2017-03-21Improved landing pageEugen Rochko
2017-03-20Add landing stripEugen Rochko
2017-03-04Fix #431 - convert gif to webm during upload. Web UI treats them like it didEugen Rochko
before. In the API, attachments now can be either image, video or gifv. Gifv is to be treated like images in terms of behaviour, but are videos by file type.
2017-03-02Fix up storybookEugen Rochko
2017-03-02Fix #372 - Emoji pickerEugen Rochko
2017-03-01Revert infinite scroll in timelines back to looking at ID of oldestEugen Rochko
loaded status; do not preload submitted statuses into community/public timelines, unless those timelines have already been loaded; do not close streaming API connections for community/public timelines, once they have been established (most users navigate back to them eventually)
2017-03-01Fix #291 - Add visual indication that numbers for remote users may be inaccurateEugen Rochko
2017-03-01Improved dropdownsEugen Rochko
2017-02-28Add elephant friend to missing indicatorEugen Rochko
2017-02-27Only use bigger compose form/search form font on mobile layoutEugen Rochko
2017-02-26Fix #612 - Set font size to 16px in compose form and search form to prevent iOSEugen Rochko
from zooming in on them
2017-02-23Improve glowEugen Rochko
2017-02-22Improve performance of compose formEugen Rochko
2017-02-21Fix #38 - Unread indicator when new content appears above the foldEugen Rochko
2017-02-18Fix #642 - Add "empty column" text to home/notificationsEugen Rochko
2017-02-17Fix small styling issuesEugen Rochko
2017-02-17Add UI to view report details, remove reported statuses, quick links to ↵Eugen Rochko
resolve/silence/suspend from report
2017-02-15Fix admin UI for accounts somewhatEugen Rochko
2017-02-14Adding POST /api/v1/reports API, and a UI for submitting reportsEugen Rochko
2017-02-13Add remote mentions warning when composing a private statusEugen Rochko
2017-02-13Activity stream background should use $color5Your Name
2017-02-10Improve public tag pageEugen Rochko
2017-02-10Fix spoiler link color in muted contextEugen Rochko
2017-02-10Finish up moving colors from JSX to Sass (#584, #348)Eugen Rochko
2017-02-10Move more colours to scssLorenz Diener
2017-02-10Move more inline colours to scssLorenz Diener