mirror of https://github.com/zulip/zulip.git
recent: Rename .recent_topics_container.
This commit is contained in:
parent
0e6cbf14ea
commit
f4954d3183
|
@ -224,7 +224,7 @@
|
|||
<div class="column-middle">
|
||||
<div class="column-middle-inner">
|
||||
<div id="recent_view">
|
||||
<div class="recent_topics_container">
|
||||
<div class="recent_view_container">
|
||||
<div id="recent_view_table"></div>
|
||||
<div id="recent_topics_bottom_whitespace">
|
||||
<div class="bottom-messages-logo">
|
||||
|
|
|
@ -817,7 +817,7 @@
|
|||
background-color: hsl(211deg 18% 25%) !important;
|
||||
}
|
||||
|
||||
.recent_topics_container #recent_view_table .btn-recent-filters {
|
||||
.recent_view_container #recent_view_table .btn-recent-filters {
|
||||
background-color: hsl(211deg 29% 14%);
|
||||
border-color: hsl(0deg 0% 0%);
|
||||
color: hsl(0deg 0% 100%);
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.recent_topics_container {
|
||||
.recent_view_container {
|
||||
padding: 0;
|
||||
border-radius: 4px;
|
||||
overflow: hidden;
|
||||
|
|
|
@ -616,7 +616,7 @@ p.n-margin {
|
|||
}
|
||||
}
|
||||
|
||||
.recent_topics_container #recent_view_table {
|
||||
.recent_view_container #recent_view_table {
|
||||
margin-top: var(--navbar-fixed-height);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue