All of the Admin section is pretty usable on mobile except for the Permalinks page at admin/customize/permalinks
. It shouldn’t be very difficult to see how the existing CSS works for the other admin/customize/
pages and make this page responsive.
Sounds like a fun #starter-task for someone who’s learning CSS!
Relevant files:
Existing CSS for Permalinks: discourse/app/assets/stylesheets/common/admin/customize.scss at main · discourse/discourse · GitHub
Desktop-specific CSS: discourse/app/assets/stylesheets/desktop/admin_customize.scss at main · discourse/discourse · GitHub
Mobile-specific CSS: discourse/app/assets/stylesheets/mobile/admin_customize.scss at main · discourse/discourse · GitHub