mirror of
https://github.com/discourse/discourse.git
synced 2025-01-18 13:43:16 +08:00
UX: create space for new topics banner on new, unread (#27374)
This commit is contained in:
parent
69193c4bd5
commit
0739431cc0
|
@ -34,6 +34,7 @@
|
|||
@model={{@model}}
|
||||
@incomingCount={{this.topicTrackingState.incomingCount}}
|
||||
@bulkSelectHelper={{@bulkSelectHelper}}
|
||||
@class={{if this.footerEducation "--no-topics-education"}}
|
||||
>
|
||||
{{#if this.top}}
|
||||
<div class="top-lists">
|
||||
|
|
|
@ -141,13 +141,16 @@
|
|||
}
|
||||
|
||||
.topic-list-bottom {
|
||||
margin: 20px 0;
|
||||
.footer-message {
|
||||
padding-top: 4px;
|
||||
}
|
||||
margin: 1.25em 0;
|
||||
.dismiss-container-bottom {
|
||||
float: right;
|
||||
}
|
||||
.--no-topics-education + & {
|
||||
margin: 0;
|
||||
.footer-message {
|
||||
padding-top: 4em;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Misc. stuff
|
||||
|
|
Loading…
Reference in New Issue
Block a user