chore: move app icons into frontend assets
This commit is contained in:
@@ -89,7 +89,7 @@
|
||||
|
||||
<div class="first-run-screen">
|
||||
<div class="first-run-card">
|
||||
<div class="first-run-logo">⚒</div>
|
||||
<img class="first-run-logo" src="/assets/app-icons/icon_64x64.png" width="64" height="64" alt="" />
|
||||
<h1>{t('firstrun.title')}</h1>
|
||||
<p class="first-run-desc">{t('firstrun.desc')}</p>
|
||||
|
||||
@@ -146,8 +146,10 @@
|
||||
text-align: center;
|
||||
}
|
||||
.first-run-logo {
|
||||
font-size: 3rem;
|
||||
margin-bottom: 0.5rem;
|
||||
display: block;
|
||||
width: 64px;
|
||||
height: 64px;
|
||||
margin: 0 auto 0.5rem auto;
|
||||
}
|
||||
.first-run-card h1 {
|
||||
margin: 0 0 0.75rem 0;
|
||||
|
||||
Reference in New Issue
Block a user