mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2025-04-08 03:14:17 +00:00
enhanced messages
This commit is contained in:
parent
4f7f944885
commit
cc0cd46a08
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-n0MHHb8e.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-BeUsrJ7C.css">
|
||||
<script type="module" crossorigin src="/assets/index-CfYlEkHg.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-BBrP8W23.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
|
@ -641,7 +641,7 @@
|
||||
:class="isDragOverChat ? 'pointer-events-none opacity-50' : ''"> <!-- Added opacity -->
|
||||
|
||||
<!-- CHAT AREA -->
|
||||
<div class="container pt-4 pb-50 mb-50 w-full max-w-4xl mx-auto px-4"> <!-- Added max-width, centering and padding -->
|
||||
<div class="container pt-4 pb-50 mb-50 w-full mx-auto px-4"> <!-- Added max-width, centering and padding -->
|
||||
<TransitionGroup v-if="discussionArr.length > 0" name="list">
|
||||
<!-- Message component styling happens internally based on props/state -->
|
||||
<Message v-for="(msg, index) in discussionArr"
|
||||
|
Loading…
x
Reference in New Issue
Block a user