Frontend: Use new logo for splash screen
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
This commit is contained in:
parent
01c78639ef
commit
3eece7a8ad
3 changed files with 8 additions and 5 deletions
|
@ -38,8 +38,9 @@
|
|||
<![endif]-->
|
||||
|
||||
<div id="photoprism" class="container">
|
||||
<div class="loading rainbow">
|
||||
</div>
|
||||
<div class="logo-large rainbow">
|
||||
<svg id="b6f816b8-2ec9-4341-9df4-026397ed8ecb" data-name="Logo" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 283.46 283.46"><defs><style>.ba518a38-ee1f-413e-9d3c-314e98d01903{fill:none;stroke:#1d1d1b;stroke-miterlimit:10;stroke-width:4px;}</style></defs><path id="e47e55cb-4800-4b2c-9d8d-6a55eeeef919" data-name="Logo Pfad" class="ba518a38-ee1f-413e-9d3c-314e98d01903" d="M263.24,206.16l-5.8,32.09m-236.61-31,19.09,18.91M167.34,42.91,40,225.58a.13.13,0,0,0,.1.2l217.16,12.45a.12.12,0,0,0,.12-.17L167.55,42.93A.12.12,0,0,0,167.34,42.91ZM141.1,25.24,20.25,207a.16.16,0,0,0,.14.25l242.1-1.05a.17.17,0,0,0,.14-.26L141.37,25.24A.16.16,0,0,0,141.1,25.24Zm.14-.21,26.22,17.7"/></svg>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="p-busy-overlay"></div>
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
<body class="transparent">
|
||||
<div id="photoprism" class="container">
|
||||
<div class="logo-large rainbow">
|
||||
<img src="/static/svg/logo-black-bold.svg" alt="PhotoPrism">
|
||||
<svg id="b6f816b8-2ec9-4341-9df4-026397ed8ecb" data-name="Logo" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 283.46 283.46"><defs><style>.ba518a38-ee1f-413e-9d3c-314e98d01903{fill:none;stroke:#1d1d1b;stroke-miterlimit:10;stroke-width:4px;}</style></defs><path id="e47e55cb-4800-4b2c-9d8d-6a55eeeef919" data-name="Logo Pfad" class="ba518a38-ee1f-413e-9d3c-314e98d01903" d="M263.24,206.16l-5.8,32.09m-236.61-31,19.09,18.91M167.34,42.91,40,225.58a.13.13,0,0,0,.1.2l217.16,12.45a.12.12,0,0,0,.12-.17L167.55,42.93A.12.12,0,0,0,167.34,42.91ZM141.1,25.24,20.25,207a.16.16,0,0,0,.14.25l242.1-1.05a.17.17,0,0,0,.14-.26L141.37,25.24A.16.16,0,0,0,141.1,25.24Zm.14-.21,26.22,17.7"/></svg>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -304,7 +304,8 @@ body.shared .hidden-shared-only {
|
|||
border-radius: 50%;
|
||||
}
|
||||
|
||||
#photoprism div.logo img {
|
||||
#photoprism div.logo img,
|
||||
#photoprism div.logo svg {
|
||||
position: absolute;
|
||||
top: 3px;
|
||||
left: 3px;
|
||||
|
@ -323,7 +324,8 @@ body.shared .hidden-shared-only {
|
|||
height: 300px;
|
||||
}
|
||||
|
||||
#photoprism div.logo-large img {
|
||||
#photoprism div.logo-large img,
|
||||
#photoprism div.logo-large svg {
|
||||
position: absolute;
|
||||
top: 15px;
|
||||
left: 20px;
|
||||
|
|
Loading…
Reference in a new issue