UX: create space for new topics banner on new, unread (#27374)

This commit is contained in:
Kris 2024-06-06 18:04:27 -04:00 committed by GitHub
parent 69193c4bd5
commit 0739431cc0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 4 deletions

View File

@ -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">

View File

@ -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