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:
parent
aea127b17f
commit
365fda2a12
1 changed files with 7 additions and 0 deletions
|
@ -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);
|
||||||
|
|
Loading…
Add table
Reference in a new issue