mirror of https://github.com/zulip/zulip.git
recent: Rename #recent_topics_bottom_whitespace.
This commit is contained in:
parent
f4954d3183
commit
11591f7169
|
@ -226,7 +226,7 @@
|
|||
<div id="recent_view">
|
||||
<div class="recent_view_container">
|
||||
<div id="recent_view_table"></div>
|
||||
<div id="recent_topics_bottom_whitespace">
|
||||
<div id="recent_view_bottom_whitespace">
|
||||
<div class="bottom-messages-logo">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 773.12 773.12">
|
||||
<circle cx="386.56" cy="386.56" r="386.56"/>
|
||||
|
|
|
@ -292,7 +292,7 @@ export function show_loading_indicator() {
|
|||
}
|
||||
|
||||
export function hide_loading_indicator() {
|
||||
$("#recent_topics_bottom_whitespace").hide();
|
||||
$("#recent_view_bottom_whitespace").hide();
|
||||
loading.destroy_indicator($("#recent_topics_loading_messages_indicator"), {
|
||||
abs_positioned: false,
|
||||
});
|
||||
|
|
|
@ -458,7 +458,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
#recent_topics_bottom_whitespace {
|
||||
#recent_view_bottom_whitespace {
|
||||
/* For visual reasons, in a message feed, we require a large
|
||||
* bottom_whitespace to make it convenient to display new
|
||||
* messages as they come in and prevent occluding the last
|
||||
|
|
Loading…
Reference in New Issue