about summary refs log tree commit diff
path: root/app/javascript/styles/components.scss
AgeCommit message (Collapse)Author
2017-09-28Merge commit '4aea3f88a6d30f102a79c2da7fcfac96465ba1a8' into merging-upstreamOndřej Hruška
2017-09-28Revert "Merge pull request #149 from glitch-soc/mojon-suggest"Ondřej Hruška
This reverts commit fa3587645da228e93767b245eeadbd668bc6cd38, reversing changes made to 15c9c2fd7e5603d48b5eeb966963138b454cfe2a.
2017-09-23Make secondary toot button work nicer with file attachments & revert to the ↵Ondřej Hruška
original behavior if it's disabled
2017-09-23Add secondary toot button (opt-in) (#153)Ondřej Hruška
Add secondary toot button + other toot button enhancements. Squashing so it's easy to revert if needed.
2017-09-23Remove "extra clickable spaces" made obsolete by status re-designOndřej Hruška
2017-09-22applied blackle's fix for gallery offset with full-width mediaOndřej Hruška
2017-09-21Long display names now ellipsis properlykibigo!
2017-09-21Styling fixes for header redesignkibigo!
2017-09-21Merge pull request #148 from glitch-soc/better-headerDavid Yip
Improvements to status headers and content
2017-09-20Fixed notification appearancekibigo!
2017-09-20add scrollbar to mojon suggestions list when too longOndřej Hruška
2017-09-20Improvements to status headerskibigo!
2017-09-18Add will-change to improve scrolling perf (#5001)Nolan Lawson
2017-09-16Re-center hidden media text verticalSurinna Curtis
2017-09-14Apply white-space: nowrap to account relationships iconsSurinna Curtis
2017-09-13Break out a separate mute modal with a hide-notifications checkbox.Surinna Curtis
2017-09-14Give video player fluid max-width (#4935)Eugen Rochko
2017-09-14Redesign video player (#4911)Eugen Rochko
* Redesign video player * Use new video player on static public pages too * Use media gallery component on static public pages too * Pause video when hiding it * Full-screen sizing on WebKit * Add aria labels to video player buttons * Display link card on public status page * Fix fullscreen from modal sizing issue * Remove contain: strict property to fix fullscreen from columns
2017-09-09Merge tag 'v1.6.0rc4' into sync/upstream-1.6.0rc4David Yip
Conflicts: app/javascript/mastodon/features/getting_started/index.js app/javascript/packs/public.js app/javascript/styles/components.scss
2017-09-09Merge tag 'v1.6.0rc3' into sync/upstreamDavid Yip
2017-09-09Merge branch 'origin/master' into sync/upstreamDavid Yip
Conflicts: app/javascript/mastodon/components/status_list.js app/javascript/mastodon/features/notifications/index.js app/javascript/mastodon/features/ui/components/modal_root.js app/javascript/mastodon/features/ui/components/onboarding_modal.js app/javascript/mastodon/features/ui/index.js app/javascript/styles/about.scss app/javascript/styles/accounts.scss app/javascript/styles/components.scss app/presenters/instance_presenter.rb app/services/post_status_service.rb app/services/reblog_service.rb app/views/about/more.html.haml app/views/about/show.html.haml app/views/accounts/_header.html.haml config/webpack/loaders/babel.js spec/controllers/api/v1/accounts/credentials_controller_spec.rb
2017-09-07Use <button> instead of <div role="button"> (#4835)PFM
2017-09-06Add Smartphone screen favourite back button and adjust styles (#4813)voidSatisfaction
* Feat add get-back button on favourite columnHeader * Style adjust nice looking get-back button * Fix delete media query and add padding right * fix: restore padding and add lastchild style for back-button
2017-09-06fix text position of NSFW for video file (#4819)PFM
2017-09-05Adjust status embeds (#4808)Lynx Kotoura
* Adjust status embeds Adjust styles of embed code. Adjust styles of embed pages. Fix overflow of embed-modal. * Remove trailing whitespace * Using width from the variable
2017-09-02fix text position of NSFW in Safari (Mac/iPhone) (#4570)PFM
2017-09-02Add text color style for noscript link (#4772)Yamagishi Kazutoshi
2017-09-01Make PreviewCard records reuseable between statuses (#4642)Eugen Rochko
* Make PreviewCard records reuseable between statuses **Warning!** Migration truncates preview_cards tablec * Allow a wider thumbnail for link preview, display it in horizontal layout (#4648) * Delete preview cards files before truncating * Rename old table instead of truncating it * Add mastodon:maintenance:remove_deprecated_preview_cards * Ignore deprecated_preview_cards in schema definition * Fix null behaviour
2017-08-31Embed modal (#4748)Eugen Rochko
* Embed modal * Proxy OEmbed requests from web UI
2017-08-28Adjust "signed in as" pages (#4720)Lynx Kotoura
* Adjust "signed in as" pages Fix min-width Set width of .account-header .name To apply text-overflow and overflow settings Set overflow for detailed-status__display-name * Remove trailing whitespace
2017-08-26Set margin between character-counter and compose-form__buttons (#4698)Lynx Kotoura
For some languages publish translation is long.
2017-08-21Fix visual line-break glitch with .invisible parts of links (#4655)Eugen Rochko
2017-08-10Fix emoji picker scrollbar style (#4572)Yamagishi Kazutoshi
2017-08-07fix regression - collapse button not workingOndřej Hruška
2017-08-07Merge remote-tracking branch 'upstream/master'Ondřej Hruška
2017-08-07always put @handles on a new line. undo some needless changes from prev cmmtOndřej Hruška
2017-08-07removed ellipsis from .display-nameOndřej Hruška
2017-08-07feat: Cache status height to avoid expensive renders (#4439)Sorin Davidoi
* feat: Cache status height to avoid expensive renders * feat: Escape content and emojify in reducers * fix(css): Remove backface-visibility: hidden from .scrollable * fix(statuses): Avoid creating DOMParses inside a loop
2017-08-02Fix column-back-button style for some browsers (#4484)unarist
Use `text-align: unset` instead of `text-align: start` which Edge doesn't support for now. Also remove default margin on Safari.
2017-08-01Merge upstream (#111)kibigo!
2017-08-01Re-add outline (#4474)Yamagishi Kazutoshi
* Re-add outline * respect default of web browser
2017-07-31Fix button overflow on confirmation modal for mobile (#4465)unarist
2017-07-31Disable sensitive button when with content warnings (#4460)Yamagishi Kazutoshi
2017-07-31Improve accessibility (part 7) (#4457)Sorin Davidoi
* fix(media_modal): Keyboard navigation * fix(column_back_button): Use native button * fix(media_gallery): Keyboard navigation * fix(status_content): Make CW content focusable
2017-07-30Improved notifications cleaning UI with set operations (#109)Ondřej Hruška
* added notification cleaning drawer * bugfix * fully implemented set operations for notif cleaning * i18n for notif cleaning drawer & improved logic slightly. Also added a confirm dialog * - notif dismiss "overlay" now shoves the notif aside to avoid overlap - added focus ring to header buttons - removed notif overlay entirely from DOM if mode is disabled * removed comment * CSS tuning - inconsistent division lines fix
2017-07-30Remove outline from focused toot (#4448)Yamagishi Kazutoshi
* Remove outline from focused toot * change style
2017-07-28Improve actions modal style (#4423)Eugen Rochko
2017-07-28fix(actions-modal): Inconsistent margins (#4418)Sorin Davidoi
2017-07-27fix(dropdown_menu): Open as modal on mobile (#4295)Sorin Davidoi
* fix(dropdown_menu): Open as modal on mobile * fix(dropdown_menu): Open modal on touch * fix(dropdown_menu): Show status * fix(dropdown_menu): Max dimensions and reduce padding * chore(dropdown_menu): Test new functionality * refactor: Use DropdownMenuContainer instead of DropdownMenu * feat(privacy_dropdown): Open as modal on touch devices * feat(modal_root): Do not load actions-modal async
2017-07-27Add visibility icon to Detailed statusOndřej Hruška