UX: remove chat-specific font declaration (#20096)
This commit is contained in:
parent
dfba155c54
commit
565b5c4b18
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue