UX: hide core banner when installed

This commit is contained in:
Jordan Vidrine 2025-04-21 20:09:43 -05:00
parent 400360b494
commit a79cda0045
1 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,7 @@
.welcome-banner:not(.below-site-header-outlet, .above-main-container-outlet) {
display: none;
}
.welcome-banner {
.btn.search-icon:not(.has-search-button-text) {
z-index: 2;