mirror of
https://github.com/open-webui/open-webui
synced 2025-06-26 18:26:48 +00:00
refac: splash screen
This commit is contained in:
@@ -82,13 +82,13 @@
|
||||
id="logo"
|
||||
style="
|
||||
position: absolute;
|
||||
width: 6rem;
|
||||
width: auto;
|
||||
height: 6rem;
|
||||
top: 41%;
|
||||
left: 50%;
|
||||
margin-left: -3rem;
|
||||
"
|
||||
src="/logo.svg"
|
||||
src="/static/splash.png"
|
||||
/>
|
||||
|
||||
<div
|
||||
@@ -107,8 +107,8 @@
|
||||
>
|
||||
<img
|
||||
id="logo-her"
|
||||
style="width: 13rem; height: 13rem"
|
||||
src="/logo.svg"
|
||||
style="width: auto; height: 13rem"
|
||||
src="/static/splash.png"
|
||||
class="animate-pulse-fast"
|
||||
/>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user