Fix: add macos compatible fallback fonts for textarea (#64)

Co-authored-by: lscambo13 <32175188+lscambo13@users.noreply.github.com>
This commit is contained in:
James Corley-Goldberg 2025-08-05 12:27:36 -04:00 committed by GitHub
parent 110e628007
commit 6847cad1ce
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2888,7 +2888,7 @@ div[data-role=controlgroup] a.ui-btn-active {
}
.emby-textarea {
font-family: consolas;
font-family: consolas, monaco, monospace;
}
.emby-select-withcolor,
@ -3600,4 +3600,4 @@ ul.MuiList-root.MuiMenu-list.MuiList-dense>div:first-child {
.remoteControlContent {
padding: 0 var(--sidePadding) !important;
}
}