Skip to content

Commit

Permalink
set options min-width + unbork no-stretch on theme
Browse files Browse the repository at this point in the history
  • Loading branch information
tophf committed Dec 11, 2023
1 parent 2990370 commit 00febf5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion options/options.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ body {
display: flex;
flex-direction: column;
width: auto;
min-width: 400px; /* showing almost everything in one line in English and CJK */
max-width: 800px;
max-height: calc(100vh - 32px);
border: 1px solid var(--c60);
Expand Down Expand Up @@ -83,7 +84,7 @@ h2 {
overflow-wrap: break-word;
}

.items {
.items:not(.no-stretch) {
width: 100%;
}
label {
Expand Down

0 comments on commit 00febf5

Please sign in to comment.