Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
orangecat
ollama
Commits
0ce8bcfd
Commit
0ce8bcfd
authored
Nov 12, 2024
by
xuxzh1
🎱
Browse files
init
parent
b0135f4b
Changes
361
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
+11
-0
llm/llama.cpp/examples/server/public_simplechat/simplechat.css
...lama.cpp/examples/server/public_simplechat/simplechat.css
+11
-0
No files found.
Too many changes to show.
To preserve performance only
361 of 361+
files are displayed.
Plain diff
Email patch
llm/llama.cpp/examples/server/public_simplechat/simplechat.css
View file @
0ce8bcfd
...
@@ -21,6 +21,17 @@
...
@@ -21,6 +21,17 @@
.role-user
{
.role-user
{
background-color
:
lightgray
;
background-color
:
lightgray
;
}
}
.role-trim
{
background-color
:
lightpink
;
}
.gridx2
{
display
:
grid
;
grid-template-columns
:
repeat
(
2
,
1
fr
);
border-bottom-style
:
dotted
;
border-bottom-width
:
thin
;
border-bottom-color
:
lightblue
;
}
.flex-grow
{
.flex-grow
{
flex-grow
:
1
;
flex-grow
:
1
;
...
...
Prev
1
…
15
16
17
18
19
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment