Skip to content

Commit

Permalink
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
RossAscends committed Apr 9, 2023
2 parents 21cab0b + 801f400 commit 213f410
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions public/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,7 @@ code {
background-position: center;
display: flex;
flex-direction: row;
overflow: hidden;
}

#send_but {
Expand Down Expand Up @@ -1017,6 +1018,10 @@ input[type=search]:focus::-webkit-search-cancel-button {
align-items: center;
}

#user-settings-block h4, #user-settings-block h3 {
margin: 10px 0;
}

#avatar-and-name-block {
justify-content: space-between;
display: flex;
Expand Down

0 comments on commit 213f410

Please sign in to comment.