Skip to content

Commit

Permalink
Update: Remove Blaze widget header for the mobile app (#73244)
Browse files Browse the repository at this point in the history
* Update: Remove Blaze widget header for the mobile app

* Move the loading indicator lower down
  • Loading branch information
enejb authored Feb 11, 2023
1 parent feab579 commit 69605ec
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions client/components/blazepress-widget/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,16 @@ $headerHeight: 72px;
.blazepress-widget.dialog__backdrop {
background-color: rgba(var(--color-neutral-100-rgb), 0.6);
}

.is-mobile-app-view {
.blazepress-widget__header-bar {
display: none;
}
.blazepress-widget__content {
height: 100%;
margin-top: 0;
}
.blazepress-widget .wpcom__loading-ellipsis {
margin-top: 50%;
}
}

0 comments on commit 69605ec

Please sign in to comment.