UX: Make banner full-width (#15038)

This commit is contained in:
Jarek Radosz 2021-11-22 19:43:45 +01:00 committed by GitHub
parent d420a7b2c8
commit ceed48f321
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 2 additions and 10 deletions

View File

@ -8,6 +8,7 @@
color: var(--primary);
z-index: z("base") + 1;
margin-bottom: 1em;
max-height: 250px;
overflow: auto;
&.overlay {

View File

@ -1,5 +1,4 @@
@import "admin_customize";
@import "banner";
@import "category-list";
@import "compose";
@import "discourse";

View File

@ -1,8 +0,0 @@
// --------------------------------------------------
// Banner
// --------------------------------------------------
#banner {
max-width: 1090px;
max-height: 250px;
}

View File

@ -5,7 +5,6 @@
@import "admin_report";
@import "admin_reports";
@import "alert";
@import "banner";
@import "buttons";
@import "compose";
@import "dashboard";

View File

@ -1,3 +1,4 @@
@import "banner";
@import "topic-footer-mobile-dropdown";
@import "user-card";
@import "user-stream-item";