1
0
mirror of synced 2026-08-04 23:06:56 +00:00

UX: minor gist optimizations for readability (#864)

This commit is contained in:
Kris
2024-10-24 09:31:52 -04:00
committed by GitHub
parent 9e8608b070
commit fc6f0a6560
@@ -217,10 +217,12 @@
}
.ai-topic-gist {
width: 100%;
.mobile-view & {
position: relative;
top: -0.33em;
line-height: 1.4;
width: 90%;
}
.desktop-view & {
margin-top: 0.15em;
@@ -231,6 +233,7 @@
text-wrap: pretty;
word-wrap: break-word;
font-size: var(--font-down-1);
max-width: 70ch;
.visited & {
color: var(--primary-medium);
}