recent: Rename #recent_topics_bottom_whitespace.

This commit is contained in:
evykassirer 2023-09-06 14:40:39 -07:00 committed by Tim Abbott
parent f4954d3183
commit 11591f7169
3 changed files with 3 additions and 3 deletions

View File

@ -226,7 +226,7 @@
<div id="recent_view"> <div id="recent_view">
<div class="recent_view_container"> <div class="recent_view_container">
<div id="recent_view_table"></div> <div id="recent_view_table"></div>
<div id="recent_topics_bottom_whitespace"> <div id="recent_view_bottom_whitespace">
<div class="bottom-messages-logo"> <div class="bottom-messages-logo">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 773.12 773.12"> <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"/> <circle cx="386.56" cy="386.56" r="386.56"/>

View File

@ -292,7 +292,7 @@ export function show_loading_indicator() {
} }
export function hide_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"), { loading.destroy_indicator($("#recent_topics_loading_messages_indicator"), {
abs_positioned: false, abs_positioned: false,
}); });

View File

@ -458,7 +458,7 @@
} }
} }
#recent_topics_bottom_whitespace { #recent_view_bottom_whitespace {
/* For visual reasons, in a message feed, we require a large /* For visual reasons, in a message feed, we require a large
* bottom_whitespace to make it convenient to display new * bottom_whitespace to make it convenient to display new
* messages as they come in and prevent occluding the last * messages as they come in and prevent occluding the last