UX: switch gist outlet to avoid badges (#855)

This commit is contained in:
Kris 2024-10-23 15:10:41 -04:00 committed by GitHub
parent 657d103919
commit 0aa2789437
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 10 additions and 3 deletions

View File

@ -217,13 +217,20 @@
}
.ai-topic-gist {
margin-bottom: 0.25em;
.mobile-view & {
position: relative;
top: -0.33em;
line-height: 1.4;
}
.desktop-view & {
margin-top: 0.15em;
margin-bottom: -0.15em;
}
&__text {
color: var(--primary-high);
text-wrap: pretty;
word-wrap: break-word;
font-size: var(--font-down-2);
font-size: var(--font-down-1);
.visited & {
color: var(--primary-medium);
}