discourse/app/assets/stylesheets/mobile
Alan Guo Xiang Tan 5552e257d8
UX: Styling backwards compatibility for old user page navigation (#19161)
While updating all user pages to use the new horizontal, scrollable user
page navigation, we've inadvertently broken the interface for plugins which rely on the
`user-main-nav` plugin outlet to extend the user profile page. Such
plugins usually add a new user profile page with the following
template structure which is copied from Discourse core before the user
page navigation redesign:

```
{{#d-section pageClass="..." class="user-secondary-navigation" scrollTop=false}}
  {{#mobile-nav class="..." desktopClass="action-list nav-stacked"}}
    ...
  {{/mobile-nav}}
{{/d-section}}

<section class="user-content">
  {{outlet}}
</section>
```

This commit seeks to add backwards compatibility in terms of the styling
of the interface such that even if the old template structure is used,
it would not look completely broken.
2022-11-23 11:53:08 +08:00
..
components DEV: Use more css vars (#18561) 2022-10-12 16:05:42 +02:00
select-kit DEV: Use css var font sizes (#18518) 2022-10-12 15:31:59 +02:00
_index.scss DEV: Mobile layout support for experimental user nav (#18308) 2022-09-22 09:45:50 +08:00
admin_badges.scss General admin style cleanup 2019-10-04 13:25:54 -04:00
admin_customize.scss DEV: Clean up some styles (#14374) 2021-09-20 09:52:03 -04:00
admin_report.scss FIX: quality/bugfix dashboard/reports pass (#6283) 2018-08-17 16:19:25 +02:00
admin_report_counters.scss FIX: quality/bugfix dashboard/reports pass (#6283) 2018-08-17 16:19:25 +02:00
admin_report_table.scss DEV: Use css var font sizes (#18518) 2022-10-12 15:31:59 +02:00
admin_reports.scss FIX: IE11 layout glitches 2019-01-21 13:40:55 -05:00
alert.scss FEATURE: update bootstrap mode notice to add invite and wizard links (#17822) 2022-08-10 00:13:42 +05:30
buttons.scss Mobile SCSS cleanup and removing unused styles 2019-01-23 14:36:53 -05:00
compose.scss DEV: Use css var font sizes (#18518) 2022-10-12 15:31:59 +02:00
dashboard.scss DEV: Use css var font sizes (#18518) 2022-10-12 15:31:59 +02:00
directory.scss DEV: Use css var font sizes (#18518) 2022-10-12 15:31:59 +02:00
discourse.scss UX: Make Sidebar more consistent with user menu on mobile (#17940) 2022-08-16 13:45:32 +08:00
edit-category.scss DEV: Use css var font sizes (#18518) 2022-10-12 15:31:59 +02:00
emoji.scss UX: Larger images in mobile emoji picker (#17013) 2022-06-07 12:00:09 -04:00
group.scss UX: Fix tab groups editing layout issues on mobile (#14329) 2021-09-14 09:55:40 -04:00
header.scss DEV: Use more css vars (#18561) 2022-10-12 16:05:42 +02:00
history.scss DEV: Use more css vars (#18561) 2022-10-12 16:05:42 +02:00
lightbox.scss FEATURE: automatic dark mode (#10341) 2020-08-03 22:57:10 -04:00
login.scss UX: better email login pages (#19058) 2022-11-17 13:09:39 +05:30
menu-panel.scss UX: force sidebar to occupy full height (#19035) 2022-11-15 09:37:00 -05:00
modal.scss DEV: Use css var font sizes (#18518) 2022-10-12 15:31:59 +02:00
new-user.scss UX: Styling backwards compatibility for old user page navigation (#19161) 2022-11-23 11:53:08 +08:00
personal-message.scss FEATURE: New style for personal messages (#13800) 2021-07-21 10:41:04 -04:00
push-notifications-mobile.scss
reviewables.scss UX: Fix date input display in iOS (#14307) 2021-09-10 15:13:45 -04:00
ring.scss DEV: Remove old "first notification" tutorial (#19036) 2022-11-16 14:35:18 +02:00
search.scss UX: Fix topic status icon size in mobile search results (#15251) 2021-12-09 14:32:12 -05:00
tagging.scss FEATURE: ability to add description to tags (#15125) 2021-12-01 09:18:56 +11:00
topic-list.scss DEV: allow themes to more easily set border-radii (#19037) 2022-11-16 11:35:09 -05:00
topic-post.scss FIX: minor alignment fix for mobile small-actions (#18853) 2022-11-03 09:43:13 +09:00
topic.scss DEV: Use more css vars (#18561) 2022-10-12 16:05:42 +02:00
upload.scss FEATURE: use native file picker in composer (#13552) 2021-06-30 12:45:47 +04:00
user-badges.scss UX: Improve user profile header layout on mobile 2019-03-20 14:56:34 -04:00
user.scss DEV: Use more css vars (#18561) 2022-10-12 16:05:42 +02:00