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

Commit cef496d

Browse files
committed
adjust margins for mobile
1 parent f0a3f43 commit cef496d

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

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

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,8 +217,15 @@
217217
}
218218

219219
.ai-topic-gist {
220-
margin-top: 0.15em;
221-
margin-bottom: -0.15em;
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;

0 commit comments

Comments
 (0)