mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-14 14:17:46 +00:00
ref(Theme): Changes typography values to rem (#16021)
Replaces hard-coded pixel values with relative rem units across UI components to improve typography responsiveness and maintainability. Co-authored-by: Hristo Terezov <hristo@jitsi.org>
This commit is contained in:
@@ -59,8 +59,8 @@ const useStyles = makeStyles()(theme => {
|
||||
background: '#3e474f',
|
||||
borderRadius: '4px',
|
||||
display: 'inline-block',
|
||||
fontSize: '15px',
|
||||
lineHeight: '24px',
|
||||
fontSize: '1rem',
|
||||
lineHeight: '1.5rem',
|
||||
margin: theme.spacing(1),
|
||||
padding: theme.spacing(2),
|
||||
userSelect: 'text',
|
||||
@@ -79,8 +79,8 @@ const useStyles = makeStyles()(theme => {
|
||||
color: '#6FB1EA',
|
||||
cursor: 'pointer',
|
||||
display: 'inline-block',
|
||||
fontSize: '13px',
|
||||
lineHeight: '20px',
|
||||
fontSize: '0.875rem',
|
||||
lineHeight: '1.5rem',
|
||||
marginBottom: theme.spacing(4)
|
||||
},
|
||||
'& .prejoin-dialog-dialin-spaced-label': {
|
||||
|
||||
Reference in New Issue
Block a user