mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-17 23:44:39 -05:00
Refined multi-tier mobile UI
This commit is contained in:
parent
3210f5d346
commit
1093436953
2 changed files with 8 additions and 2 deletions
|
@ -19,7 +19,7 @@ const DEV_MODE_DATA = {
|
|||
showPopup: true,
|
||||
site: Fixtures.site,
|
||||
member: Fixtures.member.paid,
|
||||
page: 'accountHome'
|
||||
page: 'signup'
|
||||
};
|
||||
|
||||
function SentryErrorBoundary({site, children}) {
|
||||
|
|
|
@ -317,7 +317,7 @@ export const ProductsSectionStyles = ({site}) => {
|
|||
.gh-portal-product-card {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr minmax(60px, auto);
|
||||
grid-gap: 12px;
|
||||
grid-gap: 8px;
|
||||
align-items: start;
|
||||
min-height: 68px;
|
||||
padding: 12px 20px;
|
||||
|
@ -351,6 +351,12 @@ export const ProductsSectionStyles = ({site}) => {
|
|||
padding-bottom: 12px;
|
||||
}
|
||||
|
||||
.gh-portal-popup-container.multiple-products .gh-portal-product-description {
|
||||
margin-bottom: 0;
|
||||
padding-bottom: 0;
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
.gh-portal-product-price {
|
||||
position: relative;
|
||||
justify-content: flex-end;
|
||||
|
|
Loading…
Add table
Reference in a new issue