Skip to content

Commit

Permalink
Character screen heigth fix
Browse files Browse the repository at this point in the history
  • Loading branch information
TavernAI committed Jun 24, 2023
1 parent 71d224f commit ffa85de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/templates/classic.css
Expand Up @@ -2861,7 +2861,7 @@ li.folder:not(.opened) > .children > li.folder:not(.opened) > div {
margin: 0px;
}
.character-screen {
min-height: 72vh;
min-height: 62vh;
}
.character-screen .folder-content, .character-screen .folder {
padding: 0px;
Expand Down

0 comments on commit ffa85de

Please sign in to comment.