mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-17 23:44:39 -05:00
Minor mobile refinements
This commit is contained in:
parent
a4afeba183
commit
298ada96a2
2 changed files with 9 additions and 1 deletions
|
@ -299,7 +299,7 @@ const FrameStyles = `
|
|||
|
||||
@media (max-width: 480px) {
|
||||
.gh-portal-popup-wrapper.fullscreen .gh-portal-popup-container.preview {
|
||||
max-height: 620px;
|
||||
max-height: 640px;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -163,6 +163,7 @@ export const ProductsSectionStyles = `
|
|||
@media (max-width: 480px) {
|
||||
.gh-portal-products {
|
||||
margin: 0 -32px;
|
||||
background: none;
|
||||
}
|
||||
|
||||
.gh-portal-products-grid {
|
||||
|
@ -171,6 +172,10 @@ export const ProductsSectionStyles = `
|
|||
padding: 32px 0;
|
||||
}
|
||||
|
||||
.gh-portal-products-priceswitch {
|
||||
padding-top: 18px;
|
||||
}
|
||||
|
||||
.gh-portal-product-card {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr auto;
|
||||
|
@ -178,6 +183,9 @@ export const ProductsSectionStyles = `
|
|||
align-items: start;
|
||||
min-height: unset;
|
||||
padding: 12px 20px;
|
||||
background: none;
|
||||
border: 1px solid var(--grey12);
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.gh-portal-product-card-header {
|
||||
|
|
Loading…
Add table
Reference in a new issue