0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05:00

Fixed padding bug on dashboard on mobile

This commit is contained in:
Sanne de Vries 2023-01-30 17:07:29 +01:00
parent aea127b17f
commit 365fda2a12

View file

@ -105,6 +105,13 @@ Dashboard Layout */
margin-right: 24px; margin-right: 24px;
} }
@media (max-width: 1120px) {
.gh-dashboard-box.gh-dashboard-split:not(.gh-dashboard-box.no-boarder) section:nth-child(odd),
.gh-dashboard-box.gh-dashboard-split:not(.gh-dashboard-box.no-boarder) section:nth-child(even) {
margin: 0 24px;
}
}
.gh-dashboard-box.is-secondary { .gh-dashboard-box.is-secondary {
background: var(--main-color-content-greybg); background: var(--main-color-content-greybg);
border-color: var(--main-color-content-greybg); border-color: var(--main-color-content-greybg);