zulip/static/styles
Gittenburg 2fe8d7507d settings: Fix media-query edge case.
If your browser width was between 701px and 750px you got the mobile
view without the mobile header preventing you from changing sections in
the settings menu.

This was caused by a media-query mismatch:

subscriptions.scss used @media (max-width: 750px)
settings.scss however used @media (max-width: 700px)

Comments added by tabbott to help avoid future bugs like this.
2020-06-25 11:08:40 -07:00
..
portico portico: Fix UI of /accounts/go page. 2020-06-20 17:54:06 -07:00
alerts.scss bankruptcy: Migrate from modal view to top-of-page panel. 2020-03-31 15:30:37 -07:00
app_components.scss css: Move css of upgrade-tip class to app_components.scss. 2020-06-18 01:17:58 -07:00
components.scss css: Extract styling for .zulip-icon.bot. 2020-05-20 11:22:06 -07:00
compose.scss stream_header_colorblock: Create resuable css class. 2020-06-13 15:38:40 -07:00
drafts.scss styles: Replace Sass with PostCSS. 2019-08-29 16:35:51 -07:00
hotspots.scss hotspots: Animate more tastefully. 2020-02-25 14:04:11 -08:00
informational-overlays.scss styles: Remove most vendor-prefixed CSS attributes. 2019-08-30 14:51:52 -07:00
input_pill.scss stream settings: Add pills in add subscribers input. 2020-06-02 15:32:26 -07:00
left-sidebar.scss left-sidebar: Update comment. 2020-06-18 00:54:18 -07:00
lightbox.scss styles: Remove most vendor-prefixed CSS attributes. 2019-08-30 14:51:52 -07:00
message_edit_history.scss edit_history: Highlight topic edit diffs by using correct CSS selector. 2020-06-07 13:57:28 -07:00
night_mode.scss recent_topics: Show a line below the focused element. 2020-06-24 15:37:46 -07:00
popovers.scss user-profile: Change color of `name` field. 2020-06-20 23:32:49 -07:00
pygments.scss css: Move night theme pygments CSS to night_mode.scss. 2020-06-24 12:35:02 -07:00
reactions.scss styles: Remove most vendor-prefixed CSS attributes. 2019-08-30 14:51:52 -07:00
recent_topics.scss recent_topics: Show a line below the focused element. 2020-06-24 15:37:46 -07:00
rendered_markdown.scss markdown: Use html5 <time> tag for timestamps. 2020-06-18 14:11:33 -07:00
right-sidebar.scss sidebars: Replace chevron with ellipsis-v icon from the sidebars. 2020-06-14 20:57:43 -07:00
settings.scss settings: Fix media-query edge case. 2020-06-25 11:08:40 -07:00
subscriptions.scss settings: Fix media-query edge case. 2020-06-25 11:08:40 -07:00
typing_notifications.scss styles: Move media queries into the files they override. 2019-10-28 15:39:17 -07:00
user_circles.scss styles: Remove most vendor-prefixed CSS attributes. 2019-08-30 14:51:52 -07:00
user_status.scss styles: Remove stray semicolon from input.user_status block. 2019-09-02 21:45:43 -07:00
widgets.scss todo_list: Add task description and index numbers. 2020-03-12 08:02:06 -04:00
zulip.scss css: Allow cross icon to stay at end of searchbox. 2020-06-23 17:25:45 -07:00