Skip to content
This repository was archived by the owner on Jul 22, 2025. It is now read-only.

Commit 0aa2789

Browse files
authored
UX: switch gist outlet to avoid badges (#855)
1 parent 657d103 commit 0aa2789

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

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

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -217,13 +217,20 @@
217217
}
218218

219219
.ai-topic-gist {
220-
margin-bottom: 0.25em;
221-
220+
.mobile-view & {
221+
position: relative;
222+
top: -0.33em;
223+
line-height: 1.4;
224+
}
225+
.desktop-view & {
226+
margin-top: 0.15em;
227+
margin-bottom: -0.15em;
228+
}
222229
&__text {
223230
color: var(--primary-high);
224231
text-wrap: pretty;
225232
word-wrap: break-word;
226-
font-size: var(--font-down-2);
233+
font-size: var(--font-down-1);
227234
.visited & {
228235
color: var(--primary-medium);
229236
}

0 commit comments

Comments
 (0)