mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-23 22:11:09 +03:00
Fixed padding bug on dashboard on mobile
This commit is contained in:
parent
aea127b17f
commit
365fda2a12
@ -105,6 +105,13 @@ Dashboard Layout */
|
||||
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 {
|
||||
background: var(--main-color-content-greybg);
|
||||
border-color: var(--main-color-content-greybg);
|
||||
|
Loading…
Reference in New Issue
Block a user