mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2025-04-08 03:14:17 +00:00
fix
This commit is contained in:
parent
cc0cd46a08
commit
df7d27f807
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
4
web/dist/index.html
vendored
4
web/dist/index.html
vendored
@ -6,8 +6,8 @@
|
||||
<script src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-svg.js"></script>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>LoLLMS WebUI</title>
|
||||
<script type="module" crossorigin src="/assets/index-CfYlEkHg.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-BBrP8W23.css">
|
||||
<script type="module" crossorigin src="/assets/index-BAacU3Mp.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-CbkTKjaR.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
|
@ -1088,6 +1088,21 @@ animation: bounce 1s infinite;
|
||||
}
|
||||
}
|
||||
|
||||
/* Additions for Playground Component */
|
||||
@layer components {
|
||||
.active-tab-button {
|
||||
/* Apply primary button styles but keep size small */
|
||||
@apply btn btn-primary btn-sm;
|
||||
/* Add extra visual cue for active state */
|
||||
@apply ring-2 ring-offset-1 ring-offset-blue-100 dark:ring-offset-blue-900 ring-blue-500 dark:ring-blue-400;
|
||||
}
|
||||
.inactive-tab-button {
|
||||
/* Apply secondary button styles, small size */
|
||||
@apply btn btn-secondary btn-sm;
|
||||
/* Optional: slightly reduce opacity for inactive */
|
||||
@apply opacity-80 hover:opacity-100;
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes matrix-rain {
|
||||
0% {
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user