mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
message_header: Improve loading indicator on resolve/unresolve button.
This commit improves the loading indicator on the resolve/unresolve button via the `show_button_loading_indicator` method from `web/src/buttons.ts` module.
This commit is contained in:
@@ -1285,16 +1285,14 @@ nav {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
div.topic_edit_spinner,
|
||||
div.toggle_resolve_topic_spinner {
|
||||
div.topic_edit_spinner {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
width: 1.2em; /* 18px at 15px/em (from font size set in .message-header-contents) */
|
||||
height: 1.2em; /* 18px at 15px/em */
|
||||
}
|
||||
|
||||
div.topic_edit_spinner .loading_indicator_spinner,
|
||||
div.toggle_resolve_topic_spinner .loading_indicator_spinner {
|
||||
div.topic_edit_spinner .loading_indicator_spinner {
|
||||
width: 0.9333em; /* 14px at 15px/em (from font size set in .message-header-contents) */
|
||||
height: 0.9333em; /* 14px at 15px/em */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user