UX: font smoothing (#42)
This commit is contained in:
@@ -2,6 +2,10 @@ html:not(:has(.has-full-page-chat)) {
|
|||||||
background-color: var(--background-color);
|
background-color: var(--background-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
-webkit-font-smoothing: antialiased;
|
||||||
|
}
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
--main-grid-gap: 2em;
|
--main-grid-gap: 2em;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -100,7 +100,6 @@ body.user-messages-page .topic-list-item {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.topic-list-item {
|
.topic-list-item {
|
||||||
-webkit-font-smoothing: antialiased;
|
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
padding: 0.75em 1rem;
|
padding: 0.75em 1rem;
|
||||||
border: 1px solid var(--primary-300);
|
border: 1px solid var(--primary-300);
|
||||||
|
|||||||
Reference in New Issue
Block a user