Fix gpt4chan styles that were broken by gradio 3.18.0

This commit is contained in:
oobabooga 2023-02-17 22:47:41 -03:00
parent 0dd41e4830
commit 2fd003c044
2 changed files with 24 additions and 13 deletions

View file

@ -10,7 +10,7 @@ css = """
padding-top: 2.5rem
}
.dark #refresh-button {
background-color: #ffffff1f;
background-color: rgb(55, 65, 81);
}
#refresh-button {
flex: none;