Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Scope smaller font size to user info panel
Browse files Browse the repository at this point in the history
  • Loading branch information
Germain committed Jul 4, 2023
1 parent e6460da commit 934a217
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion res/css/views/right_panel/_BaseCard.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ limitations under the License.
display: flex;
flex-direction: column;
flex: 1;
font-size: var(--cpd-font-size-body-sm);
font-size: var(--cpd-font-size-body-md);

.mx_BaseCard_header {
--BaseCard_header_button-margin: $spacing-12;
Expand Down
1 change: 1 addition & 0 deletions res/css/views/right_panel/_UserInfo.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ limitations under the License.
/* UserInfo has a circular image at the top so it fits between the back & close buttons */
padding-top: 0;
overflow-y: auto;
font-size: var(--cpd-font-size-body-sm);

.mx_UserInfo_cancel {
cursor: pointer;
Expand Down

0 comments on commit 934a217

Please sign in to comment.