mirror of
https://github.com/kremalicious/umami.git
synced 2024-12-24 18:26:20 +01:00
Fix update notice styling.
This commit is contained in:
parent
7f3b1087a1
commit
33c921a32f
@ -34,7 +34,7 @@ export default function UpdateNotice() {
|
|||||||
values={{ version: `v${latest}` }}
|
values={{ version: `v${latest}` }}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<ButtonLayout>
|
<ButtonLayout className={styles.buttons}>
|
||||||
<Button size="xsmall" variant="action" onClick={handleViewClick}>
|
<Button size="xsmall" variant="action" onClick={handleViewClick}>
|
||||||
<FormattedMessage id="label.view-details" defaultMessage="View details" />
|
<FormattedMessage id="label.view-details" defaultMessage="View details" />
|
||||||
</Button>
|
</Button>
|
||||||
|
@ -2,12 +2,17 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
padding-top: 10px;
|
padding-top: 20px;
|
||||||
font-size: var(--font-size-small);
|
|
||||||
font-weight: 600;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.message {
|
.message {
|
||||||
|
font-size: var(--font-size-small);
|
||||||
|
font-weight: 600;
|
||||||
|
flex: 1;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin-right: 20px;
|
margin-right: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.buttons {
|
||||||
|
flex: 0;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user