mirror of https://github.com/zulip/zulip.git
03e4ccbc2d
Lists that were followed by a paragraph (i.e. our p+ul, p+ol CSS rule) in messages had negative top margin of -3px. Adjusting the margin here is important, because the default styling would result in an excessive gap that made bulleted lists weirdly far from the previous paragraph. See #12113 for background. However, the -3px negative margin was so large that it reduced spaces between paragraph and lists, such that there was too little visible separation between the two. We fix this by going with a 0px margin-top instead. This has been tested for various structures of messages: 1. text + bulleted list 2. bulleted list + unbulleted list(or two lists) 3. only list. And it looks good in all cases. Fixes #17284. |
||
---|---|---|
.. | ||
portico | ||
alerts.css | ||
app_components.css | ||
components.css | ||
compose.css | ||
drafts.css | ||
hotspots.css | ||
image_upload_widget.css | ||
informational_overlays.css | ||
input_pill.css | ||
left_sidebar.css | ||
lightbox.css | ||
message_edit_history.css | ||
night_mode.css | ||
popovers.css | ||
pygments.css | ||
reactions.css | ||
recent_topics.css | ||
rendered_markdown.css | ||
right_sidebar.css | ||
settings.css | ||
subscriptions.css | ||
typing_notifications.css | ||
user_circles.css | ||
user_status.css | ||
widgets.css | ||
zulip.css |