Skip to content

Commit

Permalink
webui/css: reduce language menu size
Browse files Browse the repository at this point in the history
  • Loading branch information
KOWX712 committed Jan 9, 2025
1 parent 87b1ad1 commit b858a0d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions module/webroot/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -522,9 +522,9 @@ button.delete-btn {

#language-help .overlay-content {
display: flex;
width: fit-content;
padding: 25px 10px;
max-width: 90vw;
padding: 25px 15px;
width: calc(55vw + 50px);
max-width: 300px;
flex-direction: column;
align-items: center;
}
Expand Down

0 comments on commit b858a0d

Please sign in to comment.