refactor: improve ui consistency

This commit is contained in:
liyasthomas
2022-04-05 14:55:30 +05:30
parent eea8a44746
commit c415fdb70a
3 changed files with 4 additions and 10 deletions

View File

@@ -496,13 +496,6 @@ details summary::-webkit-details-marker {
}
}
// https://pqina.nl/blog/fix-google-mobile-usability-issues/
:where(body, iframe, pre, img, svg, video, canvas, select) {
@apply max-w-full;
@apply overflow-auto;
@apply break-words;
}
.env-highlight {
* {
@apply text-accentContrast;