bastodon/app/javascript/styles/mastodon
Darius Kazemi ef4d29c879
Replace flex styling with sensible layout rules (#22803)
The old styling would cause multiple admin header buttons in a flex container to overflow the page on mobile. This new styling uses `flex-flow: wrap` along with a gap, which gets rid of the awkward `:not(:first-child)` pseudoselector and makes multiple buttons in a row flow nicely.
2022-12-28 10:21:10 +01:00
..
_mixins.scss
about.scss
accessibility.scss
accounts.scss
admin.scss Replace flex styling with sensible layout rules (#22803) 2022-12-28 10:21:10 +01:00
basics.scss
boost.scss
branding.scss
components.scss Add follow request banner on account header (#20785) 2022-12-15 18:50:11 +01:00
containers.scss
dashboard.scss
emoji_picker.scss Fix double button to clear emoji search input (#19888) 2022-11-07 03:40:54 +01:00
forms.scss Only remove padding when listing applications (#20382) 2022-11-11 02:55:20 +01:00
lists.scss
modal.scss Add transparancy to modal background for accessibility (#18081) 2022-12-15 17:38:35 +01:00
polls.scss
reset.scss
rtl.scss
statuses.scss
tables.scss Stick batch table toolbar to the top (#20442) 2022-11-13 21:02:28 +01:00
variables.scss
widgets.scss Add left and right margin to emojis (#20464) 2022-12-15 18:53:37 +01:00