mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-11-22 16:17:57 +01:00
Minor style change
This commit is contained in:
parent
f2de78da3b
commit
83368875eb
@ -19,7 +19,7 @@ def generate_html():
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
position: relative;
|
position: relative;
|
||||||
opacity: 0.75;
|
opacity: 0.85;
|
||||||
}
|
}
|
||||||
|
|
||||||
.character-container:hover {
|
.character-container:hover {
|
||||||
@ -34,7 +34,7 @@ def generate_html():
|
|||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
border-radius: 1rem;
|
border-radius: 1rem;
|
||||||
border: 3px solid white;
|
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 {
|
.character-name {
|
||||||
|
Loading…
Reference in New Issue
Block a user