Compound Typography pass regression fixes (#11189)

* Compound Typography pass regression fixes

* updates to the room list sizing

* fix subtitle clipping

* revert display name to use medium variant
This commit is contained in:
Germain 2023-07-04 17:54:28 +01:00 committed by GitHub
parent 3ad9a8fe3b
commit 2a7780052e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
32 changed files with 50 additions and 44 deletions

View file

@ -13,7 +13,7 @@ exports[`AppearanceUserSettingsTab should render 1`] = `
class="mx_SettingsSection"
>
<h2
class="mx_Heading_h2"
class="mx_Heading_h3"
>
Customise your appearance
</h2>

View file

@ -60,7 +60,7 @@ exports[`<GeneralUserSettingsTab /> deactive account should render section when
class="mx_SettingsSection"
>
<h2
class="mx_Heading_h2"
class="mx_Heading_h3"
>
Deactivate account
</h2>

View file

@ -12,7 +12,7 @@ exports[`KeyboardUserSettingsTab renders list of keyboard shortcuts 1`] = `
class="mx_SettingsSection"
>
<h2
class="mx_Heading_h2"
class="mx_Heading_h3"
>
Keyboard
</h2>

View file

@ -5,7 +5,7 @@ exports[`<LabsUserSettingsTab /> renders settings marked as beta as beta cards 1
class="mx_SettingsSection"
>
<h2
class="mx_Heading_h2"
class="mx_Heading_h3"
>
Upcoming features
</h2>

View file

@ -12,7 +12,7 @@ exports[`<MjolnirUserSettingsTab /> renders correctly when user has no ignored u
class="mx_SettingsSection"
>
<h2
class="mx_Heading_h2"
class="mx_Heading_h3"
>
Ignored users
</h2>

View file

@ -13,7 +13,7 @@ exports[`PreferencesUserSettingsTab should render 1`] = `
class="mx_SettingsSection"
>
<h2
class="mx_Heading_h2"
class="mx_Heading_h3"
>
Preferences
</h2>

View file

@ -12,7 +12,7 @@ exports[`<SecurityUserSettingsTab /> renders security section 1`] = `
class="mx_SettingsSection"
>
<h2
class="mx_Heading_h2"
class="mx_Heading_h3"
>
Encryption
</h2>
@ -315,7 +315,7 @@ exports[`<SecurityUserSettingsTab /> renders security section 1`] = `
class="mx_SettingsSection"
>
<h2
class="mx_Heading_h2"
class="mx_Heading_h3"
>
Advanced
</h2>

View file

@ -12,7 +12,7 @@ exports[`<SidebarUserSettingsTab /> renders sidebar settings 1`] = `
class="mx_SettingsSection"
>
<h2
class="mx_Heading_h2"
class="mx_Heading_h3"
>
Sidebar
</h2>