Skip to content

Commit

Permalink
responsive font size for tool descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonKhorev committed Sep 29, 2023
1 parent f4860e2 commit 0db499c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/css/overlay.css
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,8 @@ dialog.help table.tool-settings label {
dialog.help table.tool-settings td.description {
height: 1.5rem;
padding-left: 1rem;
}
dialog.help table.tool-settings td.description small {
font-family: sans-serif;
font-size: .75rem;
font-size: clamp(.7rem, .7rem + .5 * (1vw - 3px), .9rem);
}

0 comments on commit 0db499c

Please sign in to comment.