mirror of
https://github.com/discourse/discourse-ai.git
synced 2025-02-16 08:24:45 +00:00
UX: minor gist optimizations for readability (#864)
This commit is contained in:
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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user