Skip to content

Commit

Permalink
Update polyglot.css
Browse files Browse the repository at this point in the history
  • Loading branch information
mclemente committed Dec 31, 2023
1 parent fce2cc1 commit 009f82d
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions src/styles/polyglot.css
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,29 @@ input.selectatr[type="number"] {
display: none;
}

.polyglot-language-settings .window-content,
.polyglot-font-settings .window-content {
padding: 0;
}

.polyglot-language-settings form,
.polyglot-font-settings form {
height: 100%;
}
.polyglot-language-settings form section,
.polyglot-font-settings form section {
padding: 1rem;
overflow: hidden auto;
}
.polyglot-language-settings form footer,
.polyglot-font-settings form footer {
margin: 1rem;
flex: 0;
}
.polyglot-font-settings .polyglot-languages-list {
margin: 0;
}

a.polyglot-message-language.unclickable {
cursor: default;
}

0 comments on commit 009f82d

Please sign in to comment.