mirror of
https://github.com/discourse/discourse.git
synced 2025-04-03 05:39:41 +08:00
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 {
|
.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)
|
// higher than timeline, lower than composer, lower than user card (bump up below)
|
||||||
z-index: z("usercard");
|
z-index: z("usercard");
|
||||||
position: fixed;
|
position: fixed;
|
||||||
|
@ -380,8 +380,6 @@ body.has-full-page-chat {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.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;
|
display: grid;
|
||||||
grid-template-columns: var(--full-page-sidebar-width) 1fr;
|
grid-template-columns: var(--full-page-sidebar-width) 1fr;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user