mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2025-12-06 07:12:10 +01:00
Minor style change
This commit is contained in:
parent
f2de78da3b
commit
83368875eb
|
|
@ -19,7 +19,7 @@ def generate_html():
|
|||
cursor: pointer;
|
||||
text-align: center;
|
||||
position: relative;
|
||||
opacity: 0.75;
|
||||
opacity: 0.85;
|
||||
}
|
||||
|
||||
.character-container:hover {
|
||||
|
|
@ -34,7 +34,7 @@ def generate_html():
|
|||
margin: 0 auto;
|
||||
border-radius: 1rem;
|
||||
border: 3px solid white;
|
||||
box-shadow: 5px 5px 2px 0px rgb(0 0 0 / 50%);
|
||||
box-shadow: 5px 5px 8px 0px rgb(0 0 0 / 50%);
|
||||
}
|
||||
|
||||
.character-name {
|
||||
|
|
|
|||
Loading…
Reference in a new issue