Fix preview panel

This commit is contained in:
Daniel Lautzenheiser
2022-09-19 22:28:01 -04:00
parent 1f2536959f
commit e55804a930
4 changed files with 40 additions and 45 deletions

View File

@ -497,6 +497,10 @@ function GlobalStyles() {
margin: 0;
}
img {
max-width: 100%;
}
${quantifier} {
font-family: ${fonts.primary};
font-weight: normal;
@ -555,10 +559,6 @@ function GlobalStyles() {
text-decoration: none;
}
img {
max-width: 100%;
}
textarea {
resize: none;
}