Skip to content

Commit fc05e0a

Browse files
authored
Merge pull request open-webui#19405 from open-webui/dev
chore: format
2 parents fe6783c + 819668b commit fc05e0a

File tree

1 file changed

+58
-59
lines changed

1 file changed

+58
-59
lines changed

src/app.html

Lines changed: 58 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -175,72 +175,71 @@
175175
</div>
176176
</body>
177177

178-
<style type="text/css" nonce="">
179-
html {
180-
overflow-y: hidden !important;
181-
overscroll-behavior-y: none;
182-
}
183-
184-
#splash-screen {
185-
background: #fff;
186-
}
187-
188-
html.dark #splash-screen {
189-
background: #000;
190-
}
191-
192-
html.her #splash-screen {
193-
background: #983724;
194-
}
195-
196-
#logo-her {
197-
display: none;
198-
}
199-
200-
#progress-background {
201-
display: none;
202-
}
203-
204-
#progress-bar {
205-
display: none;
206-
}
207-
208-
html.her #logo {
209-
display: none;
210-
}
211-
212-
html.her #logo-her {
213-
display: block;
214-
filter: invert(1);
215-
}
216-
217-
html.her #progress-background {
218-
display: block;
219-
}
220-
221-
html.her #progress-bar {
222-
display: block;
223-
}
224-
225-
@media (max-width: 24rem) {
226-
html.her #progress-background {
178+
<style type="text/css" nonce="">
179+
html {
180+
overflow-y: hidden !important;
181+
overscroll-behavior-y: none;
182+
}
183+
184+
#splash-screen {
185+
background: #fff;
186+
}
187+
188+
html.dark #splash-screen {
189+
background: #000;
190+
}
191+
192+
html.her #splash-screen {
193+
background: #983724;
194+
}
195+
196+
#logo-her {
227197
display: none;
228198
}
229199

230-
html.her #progress-bar {
200+
#progress-background {
201+
display: none;
202+
}
203+
204+
#progress-bar {
205+
display: none;
206+
}
207+
208+
html.her #logo {
231209
display: none;
232210
}
233-
}
234211

235-
@keyframes pulse {
236-
50% {
237-
opacity: 0.65;
212+
html.her #logo-her {
213+
display: block;
214+
filter: invert(1);
215+
}
216+
217+
html.her #progress-background {
218+
display: block;
219+
}
220+
221+
html.her #progress-bar {
222+
display: block;
238223
}
239-
}
240224

241-
.animate-pulse-fast {
242-
animation: pulse 1.5s cubic-bezier(0.4, 0, 0.6, 1) infinite;
243-
}
244-
</style>
225+
@media (max-width: 24rem) {
226+
html.her #progress-background {
227+
display: none;
228+
}
245229

230+
html.her #progress-bar {
231+
display: none;
232+
}
233+
}
234+
235+
@keyframes pulse {
236+
50% {
237+
opacity: 0.65;
238+
}
239+
}
240+
241+
.animate-pulse-fast {
242+
animation: pulse 1.5s cubic-bezier(0.4, 0, 0.6, 1) infinite;
243+
}
244+
</style>
246245
</html>

0 commit comments

Comments
 (0)