mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-24 23:48:13 -05:00
Updated responsive image size on Dashboard
This commit is contained in:
parent
2e9c9fcdfa
commit
b45d8cd23a
1 changed files with 11 additions and 10 deletions
|
@ -732,16 +732,6 @@
|
||||||
margin-left: -20px;
|
margin-left: -20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* .gh-dashboard-area.charts .mrr .gh-dashboard-summary {
|
|
||||||
flex-direction: row;
|
|
||||||
align-items: flex-end;
|
|
||||||
}
|
|
||||||
|
|
||||||
.gh-dashboard-area.charts .mrr .growth {
|
|
||||||
margin: 0 0 0 12px;
|
|
||||||
padding: 4px 6px;
|
|
||||||
} */
|
|
||||||
|
|
||||||
.gh-dashboard-header {
|
.gh-dashboard-header {
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
@ -753,6 +743,17 @@
|
||||||
.gh-dashboard-chart-box.small {
|
.gh-dashboard-chart-box.small {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.gh-dashboard-box.blogpost {
|
||||||
|
flex-direction: column;
|
||||||
|
align-items: flex-start;
|
||||||
|
}
|
||||||
|
|
||||||
|
.gh-dashboard-box.blogpost img {
|
||||||
|
max-width: 100%;
|
||||||
|
margin-right: 0;
|
||||||
|
margin-bottom: 20px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 680px) {
|
@media (max-width: 680px) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue