mirror of
https://github.com/open-webui/open-webui
synced 2025-04-29 18:51:03 +00:00
refac
This commit is contained in:
parent
de59ecf8a3
commit
539e95a206
@ -57,12 +57,12 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
${cssContent}
|
|
||||||
<${''}style>
|
<${''}style>
|
||||||
body {
|
body {
|
||||||
background-color: white; /* Ensure the iframe has a white background */
|
background-color: white; /* Ensure the iframe has a white background */
|
||||||
}
|
}
|
||||||
</${''}style>
|
</${''}style>
|
||||||
|
${cssContent}
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
${htmlContent}
|
${htmlContent}
|
||||||
|
Loading…
Reference in New Issue
Block a user