UX: remove chat-specific font declaration (#20096)

This commit is contained in:
chapoi 2023-01-31 11:00:33 +01:00 committed by GitHub
parent dfba155c54
commit 565b5c4b18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 4 deletions

View File

@ -3,8 +3,6 @@ body.composer-open .chat-drawer-outlet-container {
}
.chat-drawer-outlet-container {
font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
// higher than timeline, lower than composer, lower than user card (bump up below)
z-index: z("usercard");
position: fixed;

View File

@ -380,8 +380,6 @@ body.has-full-page-chat {
}
.full-page-chat {
font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
display: grid;
grid-template-columns: var(--full-page-sidebar-width) 1fr;