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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 5 deletions

View File

@ -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 {