1
0
mirror of synced 2026-08-05 15:26:55 +00:00

UX: reduce topic list title size when gists are enabled (#910)

This commit is contained in:
Kris
2024-11-12 09:55:07 -05:00
committed by GitHub
parent 6ef635619f
commit 26bfda4763
@@ -240,14 +240,10 @@
.--topic-list-with-gist {
.topic-list-item {
.main-link {
.desktop-view & {
padding: 1em 1em 1em 0.67em;
}
font-size: var(--font-up-2);
line-height: var(--line-height-medium);
}
.link-bottom-line {
font-size: var(--font-down-2);
font-size: var(--font-down-1);
margin-top: 0.25em;
}
.ai-topic-gist {