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 3, 2023
1 parent e6460da commit 53b97e8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 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 Expand Up @@ -219,6 +219,10 @@ limitations under the License.
}
}

.mx_UserInfo {
font-size: var(--cpd-font-size-body-md);
}

.mx_ContextualMenu_wrapper.mx_BaseCard_header_title {
.mx_ContextualMenu {
position: initial;
Expand Down

0 comments on commit 53b97e8

Please sign in to comment.