mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-25 09:03:12 +03:00
Updated Dashboard spacings
This commit is contained in:
parent
3996455aa1
commit
300cd79d3e
@ -2,7 +2,7 @@
|
||||
<article class="gh-dashboard5-resource-box">
|
||||
|
||||
{{#if (not (or this.loading this.error))}}
|
||||
<a href="{{this.resource.url}}" target="_blank" class="gh-dashboard5-resource-thumbnail" rel="noopener noreferrer" style={{html-safe (concat "background-image: url(" this.resource.feature_image ")")}}></a>
|
||||
<a href="{{this.resource.url}}" target="_blank" class="gh-dashboard5-resource-thumbnail" rel="noopener noreferrer" style={{html-safe (concat "background-image: url(" this.resource.feature_image ")")}} aria-label="Resource link"></a>
|
||||
<div class="gh-dashboard5-resource-body">
|
||||
<div>
|
||||
<div class="gh-dashboard5-resource-title">
|
||||
|
@ -279,7 +279,7 @@ Dashboard v5 Layout */
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: flex-start;
|
||||
justify-content: center
|
||||
justify-content: flex-end;
|
||||
}
|
||||
|
||||
.gh-dashboard5-legend-item {
|
||||
@ -1621,12 +1621,13 @@ Dashboard v5 Tooltips */
|
||||
top: 0;
|
||||
left: 0;
|
||||
background: var(--white);
|
||||
border: 1px solid var(--whitegrey);
|
||||
border-radius: 8px;
|
||||
border-radius: 9px;
|
||||
padding: 12px;
|
||||
box-shadow: 0 3px 12px rgba(0,0,0,0.12);
|
||||
box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.07), 0px 85px 80px rgba(0, 0, 0, 0.07), 0px 35.511px 33.4221px rgba(0, 0, 0, 0.0503198), 0px 18.9859px 17.869px rgba(0, 0, 0, 0.0417275), 0px 10.6433px 10.0172px rgba(0, 0, 0, 0.035), 0px 5.65259px 5.32008px rgba(0, 0, 0, 0.0282725), 0px 2.35217px 2.21381px rgba(0, 0, 0, 0.0196802);
|
||||
border-radius: 9px;
|
||||
z-index: 9999;
|
||||
pointer-events: none;
|
||||
min-width: 80px;
|
||||
}
|
||||
|
||||
.gh-dashboard5-tooltip .gh-dashboard5-metric-value {
|
||||
|
Loading…
Reference in New Issue
Block a user