font handling fix
This commit is contained in:
parent
d5ecb31dad
commit
fda7bd1d12
6 changed files with 727 additions and 22 deletions
|
|
@ -520,6 +520,33 @@
|
|||
margin: 12px 0;
|
||||
}
|
||||
|
||||
/* Settings Toggle */
|
||||
.mlf-setting-toggle {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
gap: 8px;
|
||||
padding: 10px 16px;
|
||||
background: #fff;
|
||||
border: 1px solid #dcdcde;
|
||||
border-radius: 4px;
|
||||
cursor: pointer;
|
||||
font-weight: normal !important;
|
||||
transition: background-color 0.15s ease;
|
||||
}
|
||||
|
||||
.mlf-setting-toggle:hover {
|
||||
background: #f6f7f7;
|
||||
}
|
||||
|
||||
.mlf-setting-toggle input[type="checkbox"] {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.mlf-settings-section .description {
|
||||
margin-top: 8px;
|
||||
max-width: 600px;
|
||||
}
|
||||
|
||||
/* Loading State */
|
||||
.mlf-loading {
|
||||
opacity: 0.6;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue