mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-16 11:57:51 +01:00
chore: format
This commit is contained in:
109
src/app.html
109
src/app.html
@@ -175,72 +175,71 @@
|
|||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
<style type="text/css" nonce="">
|
<style type="text/css" nonce="">
|
||||||
html {
|
html {
|
||||||
overflow-y: hidden !important;
|
overflow-y: hidden !important;
|
||||||
overscroll-behavior-y: none;
|
overscroll-behavior-y: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
#splash-screen {
|
#splash-screen {
|
||||||
background: #fff;
|
background: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
html.dark #splash-screen {
|
html.dark #splash-screen {
|
||||||
background: #000;
|
background: #000;
|
||||||
}
|
}
|
||||||
|
|
||||||
html.her #splash-screen {
|
html.her #splash-screen {
|
||||||
background: #983724;
|
background: #983724;
|
||||||
}
|
}
|
||||||
|
|
||||||
#logo-her {
|
#logo-her {
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#progress-background {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#progress-bar {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
html.her #logo {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
html.her #logo-her {
|
|
||||||
display: block;
|
|
||||||
filter: invert(1);
|
|
||||||
}
|
|
||||||
|
|
||||||
html.her #progress-background {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
html.her #progress-bar {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
@media (max-width: 24rem) {
|
|
||||||
html.her #progress-background {
|
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#progress-background {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
#progress-bar {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
html.her #logo {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
html.her #logo-her {
|
||||||
|
display: block;
|
||||||
|
filter: invert(1);
|
||||||
|
}
|
||||||
|
|
||||||
|
html.her #progress-background {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
html.her #progress-bar {
|
html.her #progress-bar {
|
||||||
display: none;
|
display: block;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
@keyframes pulse {
|
@media (max-width: 24rem) {
|
||||||
50% {
|
html.her #progress-background {
|
||||||
opacity: 0.65;
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
html.her #progress-bar {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
.animate-pulse-fast {
|
@keyframes pulse {
|
||||||
animation: pulse 1.5s cubic-bezier(0.4, 0, 0.6, 1) infinite;
|
50% {
|
||||||
}
|
opacity: 0.65;
|
||||||
</style>
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.animate-pulse-fast {
|
||||||
|
animation: pulse 1.5s cubic-bezier(0.4, 0, 0.6, 1) infinite;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Reference in New Issue
Block a user