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:
+1
-1
@@ -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,
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user