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
chenpangpang
open-webui
Commits
12a04b11
Commit
12a04b11
authored
Jun 10, 2024
by
Timothy J. Baek
Browse files
refac: styling
parent
8b1e2ce2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
9 deletions
+21
-9
src/app.css
src/app.css
+21
-9
No files found.
src/app.css
View file @
12a04b11
...
...
@@ -24,15 +24,6 @@ math {
margin-top
:
1rem
;
}
.cm-editor
{
height
:
100%
;
width
:
100%
;
}
.cm-editor.cm-focused
{
outline
:
none
;
}
.hljs
{
@apply
rounded-lg;
}
...
...
@@ -101,10 +92,18 @@ select {
visibility
:
hidden
;
}
.scrollbar-hidden
::-webkit-scrollbar-corner
{
display
:
none
;
}
.scrollbar-none
::-webkit-scrollbar
{
display
:
none
;
/* for Chrome, Safari and Opera */
}
.scrollbar-none
::-webkit-scrollbar-corner
{
display
:
none
;
}
.scrollbar-none
{
-ms-overflow-style
:
none
;
/* IE and Edge */
scrollbar-width
:
none
;
/* Firefox */
...
...
@@ -120,3 +119,16 @@ input::-webkit-inner-spin-button {
input
[
type
=
'number'
]
{
-moz-appearance
:
textfield
;
/* Firefox */
}
.cm-editor
{
height
:
100%
;
width
:
100%
;
}
.cm-scroller
{
@apply
scrollbar-hidden;
}
.cm-editor.cm-focused
{
outline
:
none
;
}
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