Skip to content

Commit 26bfda4

Browse files
authored
UX: reduce topic list title size when gists are enabled (#910)
1 parent 6ef6356 commit 26bfda4

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

assets/stylesheets/modules/summarization/common/ai-summary.scss

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -240,14 +240,10 @@
240240
.--topic-list-with-gist {
241241
.topic-list-item {
242242
.main-link {
243-
.desktop-view & {
244-
padding: 1em 1em 1em 0.67em;
245-
}
246-
font-size: var(--font-up-2);
247243
line-height: var(--line-height-medium);
248244
}
249245
.link-bottom-line {
250-
font-size: var(--font-down-2);
246+
font-size: var(--font-down-1);
251247
margin-top: 0.25em;
252248
}
253249
.ai-topic-gist {

0 commit comments

Comments
 (0)