mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-09-18 12:40:16 +00:00
Fix: add macos compatible fallback fonts for textarea (#64)
Co-authored-by: lscambo13 <32175188+lscambo13@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
110e628007
commit
6847cad1ce
@@ -2888,7 +2888,7 @@ div[data-role=controlgroup] a.ui-btn-active {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.emby-textarea {
|
.emby-textarea {
|
||||||
font-family: consolas;
|
font-family: consolas, monaco, monospace;
|
||||||
}
|
}
|
||||||
|
|
||||||
.emby-select-withcolor,
|
.emby-select-withcolor,
|
||||||
@@ -3600,4 +3600,4 @@ ul.MuiList-root.MuiMenu-list.MuiList-dense>div:first-child {
|
|||||||
|
|
||||||
.remoteControlContent {
|
.remoteControlContent {
|
||||||
padding: 0 var(--sidePadding) !important;
|
padding: 0 var(--sidePadding) !important;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user