mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-04-05 06:35:15 +00:00
Minor CSS linting
This commit is contained in:
parent
fd7c3c5bb0
commit
b10d735176
2 changed files with 5 additions and 5 deletions
|
|
@ -62,8 +62,8 @@
|
|||
|
||||
.gradio-container .chat .user-message {
|
||||
padding: 20px;
|
||||
padding-left: 0px;
|
||||
padding-right: 0px;
|
||||
padding-left: 0;
|
||||
padding-right: 0;
|
||||
background-color: transparent;
|
||||
border-radius: 8px;
|
||||
border-bottom-right-radius: 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue