mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 22:43:30 +03:00
Fixed Paid mix padding
This commit is contained in:
parent
8a3a5dd217
commit
527b07b490
@ -192,11 +192,6 @@ Chart.elements.Rectangle.prototype.draw = function () {
|
||||
ctx.fill();
|
||||
};
|
||||
|
||||
// Chart.defaults.roundedBar = Chart.defaults.bar;
|
||||
// Chart.controllers.roundedBar = Chart.controllers.bar.extend({
|
||||
// dataElementType: Chart.elements.RoundedRectangle
|
||||
// });
|
||||
|
||||
export default class PaidMix extends Component {
|
||||
@service dashboardStats;
|
||||
|
||||
|
@ -526,11 +526,15 @@ Dashboard v5 Chart */
|
||||
|
||||
.gh-dashboard5-mix .gh-dashboard5-data {
|
||||
position: absolute;
|
||||
top: 4px;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
left: 24px;
|
||||
}
|
||||
|
||||
.gh-dashboard5-mix .gh-dashboard5-metric {
|
||||
margin-top: 4px;
|
||||
}
|
||||
|
||||
.gh-dashboard5-mix .gh-dashboard5-chart.narrow {
|
||||
/* margin-left: -80px; */
|
||||
padding-left: 30%;
|
||||
@ -1939,6 +1943,10 @@ Dashboard v5 Tooltips */
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.gh-dashboard5-mix .gh-dashboard5-metric {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.gh-dashboard5-minichart .gh-dashboard5-select {
|
||||
top: 4px;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user