You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-08-06 10:22:45 +03:00
Scope smaller font size to user info panel (#11178)
This commit is contained in:
@@ -25,7 +25,7 @@ limitations under the License.
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
font-size: var(--cpd-font-size-body-sm);
|
font-size: var(--cpd-font-size-body-md);
|
||||||
|
|
||||||
.mx_BaseCard_header {
|
.mx_BaseCard_header {
|
||||||
--BaseCard_header_button-margin: $spacing-12;
|
--BaseCard_header_button-margin: $spacing-12;
|
||||||
|
@@ -19,6 +19,7 @@ limitations under the License.
|
|||||||
/* UserInfo has a circular image at the top so it fits between the back & close buttons */
|
/* UserInfo has a circular image at the top so it fits between the back & close buttons */
|
||||||
padding-top: 0;
|
padding-top: 0;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
|
font-size: var(--cpd-font-size-body-sm);
|
||||||
|
|
||||||
.mx_UserInfo_cancel {
|
.mx_UserInfo_cancel {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
Reference in New Issue
Block a user