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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

@ -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);
}