diff --git a/app/components/crate-row.hbs b/app/components/crate-row.hbs index 33673898a1d..c33ebe657b6 100644 --- a/app/components/crate-row.hbs +++ b/app/components/crate-row.hbs @@ -35,8 +35,8 @@ {{svg-jar "latest-updates" height="32" width="32"}} Updated: - diff --git a/app/components/crate-row.module.css b/app/components/crate-row.module.css index f634d236745..d1deb4bdc72 100644 --- a/app/components/crate-row.module.css +++ b/app/components/crate-row.module.css @@ -7,7 +7,7 @@ padding-top: 5px; display: flex; flex-direction: column; - width: 75%; + width: 70%; } .name { @@ -51,7 +51,7 @@ } .stats { - width: 25%; + width: 30%; color: var(--main-color-light); } diff --git a/app/components/download-graph.js b/app/components/download-graph.js index 8bd0821eee9..b44661ab309 100644 --- a/app/components/download-graph.js +++ b/app/components/download-graph.js @@ -30,7 +30,7 @@ export default class DownloadGraph extends Component { padding: 10, }, scales: { - xAxes: [{ type: 'time', time: { stepSize: 7, tooltipFormat: 'MMM D', unit: 'day' } }], + xAxes: [{ type: 'time', time: { stepSize: 7, tooltipFormat: 'MMM d', unit: 'day' } }], yAxes: [{ stacked: true, ticks: { min: 0, precision: 0 } }], }, tooltips: { diff --git a/app/components/pending-owner-invite-row.hbs b/app/components/pending-owner-invite-row.hbs index 0c43d2d05a4..bc6f50f9345 100644 --- a/app/components/pending-owner-invite-row.hbs +++ b/app/components/pending-owner-invite-row.hbs @@ -26,11 +26,11 @@