0
0
Commit Graph

75 Commits

Author SHA1 Message Date
Claire
2da687a28b
Remove dead CSS code () 2024-08-21 17:05:02 +00:00
Renaud Chaput
4016fd5128
Update CSS color variables to match our latest design system () 2024-08-20 15:56:44 +00:00
Michael Stanclift
2f01f5f4ea
Harmonize persistent scrollbar styles () 2024-08-20 07:48:51 +00:00
Renaud Chaput
98bf2fc27c
Improve the list selection UI for notification requests () 2024-08-19 22:11:58 +00:00
Michael Stanclift
fbdda9f6c1
Fix account header avatar border () 2024-08-11 21:32:22 +00:00
Michael Stanclift
caf0164f00
Improve legibility of account/hashtag autosuggest () 2024-08-10 09:11:34 +00:00
Michael Stanclift
9538d9c298
Fix post filter & report styling () 2024-08-09 12:45:39 +00:00
Michael Stanclift
389549e783
Fix list creation textbox styling () 2024-08-08 19:23:15 +00:00
Michael Stanclift
664bef3573
Fix styling issues with notification settings and mobile borders () 2024-08-08 17:31:06 +00:00
Michael Stanclift
176ba984d4
Follow up tweaking of admin UI changes part 2 () 2024-08-08 09:21:54 +00:00
Michael Stanclift
848a5ca53d
Follow up tweaking of admin UI changes () 2024-07-29 08:10:23 +00:00
Michael Stanclift
8b7f93cc7f
Recolor Preferences/Admin UI to better match main design () 2024-07-23 15:30:45 +00:00
Renaud Chaput
8c8bee5a36
Change disabled buttons color in light mode to make it more visible () 2024-07-11 13:43:42 +00:00
Eugen Rochko
e89317d4c1
Add hover cards in web UI ()
Co-authored-by: Renaud Chaput <renchap@gmail.com>
2024-06-26 19:33:38 +00:00
Renaud Chaput
8c0ff6498e
Change light mode to apply CSS variables to the body () 2024-06-25 21:57:22 +00:00
Michael Stanclift
5d67247061
Fix language and emoji search field background colors on light theme () 2024-04-03 14:22:50 +00:00
Michael Stanclift
fa9574086d
Fix search box color on light theme () 2024-04-02 09:15:31 +00:00
Erik Uden
268856d5d9
Fix toggle button color for light (and dark/default) theme () 2024-03-13 11:45:20 +00:00
Eugen Rochko
5b60d4b696
Change background color in web UI () 2024-03-12 09:51:30 +00:00
Claire
bde4df6be6
Remove CSS definitions for some unused classes () 2024-02-20 09:18:44 +00:00
Eugen Rochko
9cdc60ecc6
Change onboarding prompt to follow suggestions carousel in web UI () 2024-02-01 13:37:04 +00:00
Eugen Rochko
6936e5aa69
Change design of compose form in web UI ()
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
2024-01-25 15:41:31 +00:00
Cal Moody
3599622b5b
Fix destructive actions in dropdowns not using error color in light theme () 2023-12-29 11:32:40 +00:00
Trevor Wolf
93372fee1e
Fix light theme select option for hashtags () 2023-08-04 09:41:17 +02:00
Eugen Rochko
d1a9f601c7
Fix missing border on error screen in light theme in web UI () 2023-07-24 19:53:33 +02:00
Eugen Rochko
6b2952d1dd
Change design of link previews in web UI () 2023-07-24 13:47:28 +02:00
Trevor Wolf
ea10febd25
fix buttons showing inconsistent styles () 2023-07-11 12:26:09 +02:00
Trevor Wolf
54cb679c19
Change button colors to increase hover/focus contrast and consistency () 2023-07-03 11:32:31 +02:00
Eugen Rochko
00ec43914a
Add onboarding prompt when home feed too slow in web UI () 2023-06-22 23:48:40 +02:00
Eugen Rochko
68a192e718
Change "direct message" nomenclature to "private mention" in web UI () 2023-03-30 15:16:20 +02:00
Tim Lucas
f4f91bc295
Increase contrast of upload progress background () 2023-02-23 12:58:42 +01:00
Nick Schonning
0c9d455ea5
Upgrade to Stylelint 15 with Prettier () 2023-02-13 04:57:03 +01:00
Claire
e5ae75bf6a
Fix styling of featured tags in light theme ()
* Fix styling of featured tags in light theme

Fixes 

* Remove broken highlighting on /settings/featured_tags
2023-01-25 16:28:29 +01:00
Eugen Rochko
13e9d91ba7
Fix wrong text color on some buttons in light theme in web UI () 2023-01-19 15:51:27 +01:00
Peter Simonsson
fd33bcb3b2
Fix dropdown menu positions when scrolling ()
* Update react-overlays to latest version

* Fix breaking changes in dropdown menus

* Use react-overlays built-in arrow positioning feature
* Re-implemented `.dropdown-menu__arrow` to have a defined width and height to improve positioning
* Moved wrapping div (`.dropdown-menu` from `DropdownMenu` to `Dropdown`)
* Wrap button in a span to solve issue with ref
* Temporarily remove animations

* Fix breaking changes in emoji picker

* Wrap EmojiPickerMenu in a div where react-overlays’ ref is added

* Fix breaking changes in language dropdown

* Fix breaking changes in privacy dropdown

* Fix breaking changes in search form

* Add animations back using `@keyframes`

* Fix arrow color in light theme

* Fix linting issue

* Remove unused `mounted` state

* Remove `placement` state from components and redux

And remove the placement state from props of the menu components.

* Remove abolution position to fix flip issue

* Remove z-index to fix modals and overlay positions

* Fix lint issues

* Set placement in privacy and language components

Copy the placement state into the `PrivacyDropdown` and `LanguageDropdown` components, to apply correct styling to the buttons depending on which placement the Overlay has.

* Move `placement` state to correct component
2023-01-11 21:58:46 +01:00
Claire
89a6b76f99
Fix color of the “No description added“ media upload warning on light theme () 2022-11-10 14:21:31 +01:00
Eugen Rochko
e37e8deb0f
Fix profile header being cut off in light theme in web UI () 2022-11-10 07:32:37 +01:00
Zach Flanders
0beb095a4b
Fix spoiler buttons css not rendering correct color in light theme ()
* Updating status__content__spoiler-link css for mastodon-light theme to ensure correct rendering precedence

* Adding focus css selector to status__content__spoiler-link mastodon-light theme

* reformatting code to match convention of having css selectors on separate lines

* fixing code format for  scss linting issue
2022-11-07 22:37:36 +01:00
Eugen Rochko
20aa8881dc
Fix colors in light theme () 2022-11-04 02:32:26 +01:00
Eugen Rochko
839f893168
Change public accounts pages to mount the web UI ()
* Change public accounts pages to mount the web UI

* Fix handling of remote usernames in routes

- When logged in, serve web app
- When logged out, redirect to permalink
- Fix `app-body` class not being set sometimes due to name conflict

* Fix missing `multiColumn` prop

* Fix failing test

* Use `discoverable` attribute to control indexing directives

* Fix `<ColumnLoading />` not using `multiColumn`

* Add `noindex` to accounts in REST API

* Change noindex directive to not be rendered by default before a route is mounted

* Add loading indicator for detailed status in web UI

* Fix missing indicator appearing while account is loading in web UI
2022-10-20 14:35:29 +02:00
Eugen Rochko
1bd00036c2
Change about page to be mounted in the web UI () 2022-10-13 14:42:37 +02:00
Eugen Rochko
0391b2a603
Fix contrast of some elements with new brand colors () 2022-06-19 08:18:08 +02:00
Yamagishi Kazutoshi
84266f87e7
Replace from Code Climate to Super-Linter () 2022-06-01 19:22:35 +02:00
Yamagishi Kazutoshi
e925b06721
Fix languages dropdown on light theme () 2022-05-19 19:26:19 +02:00
Claire
64d2988d18
Fix edit history dropdown and modal in light theme ()
Fixes 
2022-03-10 17:59:23 +01:00
Claire
29ee3c61a3
Fix report dialog being illegible using mastodon-light theme ()
Fixes 
2022-03-10 00:11:15 +01:00
Eugen Rochko
dba4be1038
Change appearance of account cards in web UI ()
* Change appearance of account cards in web UI

* Various fixes and improvements

* Various fixes and improvements
2022-03-07 11:38:52 +01:00
Claire
5d48402be1
Fixing the hero widget ()
* Removing last-child padding conflicts with light theme in hero widget

* Add missing background color to widget

* Reset widget.scss to default

* Hope this works

Co-authored-by: koyu <me@koyu.space>
2021-03-19 20:23:32 +01:00
Eugen Rochko
941ff04b03
Fix styles for RTL languages and the light theme () 2020-12-18 08:47:36 +01:00
OSAMU SATO
96761752ec
Add duration parameter to muting. ()
* Adding duration to muting.

* Remove useless checks
2020-10-13 01:01:14 +02:00