You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-08-09 08:42:50 +03:00
Use font-variable instead of rem
This commit is contained in:
@@ -26,7 +26,7 @@ a.mx_Pill {
|
||||
}
|
||||
|
||||
.mx_Pill {
|
||||
padding: 0.3rem;
|
||||
padding: $font-5px;
|
||||
}
|
||||
|
||||
/* More specific to override `.markdown-body a` text-decoration */
|
||||
|
Reference in New Issue
Block a user