mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-02-09 03:37:45 +03:00
update css
This commit is contained in:
parent
8957b1b1dd
commit
a5dc101e6b
@ -29,7 +29,6 @@ export const updateInfoSection = style({
|
|||||||
|
|
||||||
export const progressBarContainer = style({
|
export const progressBarContainer = style({
|
||||||
width: "100%",
|
width: "100%",
|
||||||
height: "18px",
|
|
||||||
borderRadius: "24px",
|
borderRadius: "24px",
|
||||||
display: "flex",
|
display: "flex",
|
||||||
alignItems: "center",
|
alignItems: "center",
|
||||||
|
@ -77,7 +77,7 @@ export default function Splash() {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<main className={styles.main}>
|
<main className={styles.main}>
|
||||||
<img src={icon} className={styles.splashIcon} alt="Hydra Logo" />
|
<img src={icon} className={styles.splashIcon} alt="Hydra Launcher Logo" />
|
||||||
<section className={styles.updateInfoSection}>
|
<section className={styles.updateInfoSection}>
|
||||||
{renderUpdateInfo()}
|
{renderUpdateInfo()}
|
||||||
</section>
|
</section>
|
||||||
|
Loading…
Reference in New Issue
Block a user