UX: Welcome banner merge prep (#49)

This PR preps the Horizon theme for the merger of the search banner into core. This PR should only be merged once this PR in core has been merged.
This commit is contained in:
Jordan Vidrine
2025-03-16 21:18:54 -05:00
committed by GitHub
parent 598f4fce65
commit dfa22d21b6
2 changed files with 15 additions and 1 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ body:not(.has-full-page-chat) {
.container.posts, .container.posts,
#topic-footer-buttons, #topic-footer-buttons,
.more-topics__container, .more-topics__container,
.search-banner, .welcome-banner,
.container.viewing-self, .container.viewing-self,
.reviewable, .reviewable,
.admin-content, .admin-content,
+14
View File
@@ -1,3 +1,17 @@
.floating-search-input-wrapper {
grid-area: extra-info;
}
.header-search--enabled .floating-search-input-wrapper,
.search-header--visible .floating-search-input-wrapper {
justify-content: end;
}
.header-search--enabled .floating-search-input,
.search-header--visible .floating-search-input {
width: 70%;
}
.custom-search-banner-wrap { .custom-search-banner-wrap {
display: grid; display: grid;
grid-template-rows: 0.33fr 0.33fr 0.33fr; grid-template-rows: 0.33fr 0.33fr 0.33fr;