mirror of
https://github.com/discourse/discourse-ai.git
synced 2025-03-09 11:48:47 +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 {
|
.ai-topic-gist {
|
||||||
|
width: 100%;
|
||||||
.mobile-view & {
|
.mobile-view & {
|
||||||
position: relative;
|
position: relative;
|
||||||
top: -0.33em;
|
top: -0.33em;
|
||||||
line-height: 1.4;
|
line-height: 1.4;
|
||||||
|
width: 90%;
|
||||||
}
|
}
|
||||||
.desktop-view & {
|
.desktop-view & {
|
||||||
margin-top: 0.15em;
|
margin-top: 0.15em;
|
||||||
@ -231,6 +233,7 @@
|
|||||||
text-wrap: pretty;
|
text-wrap: pretty;
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
font-size: var(--font-down-1);
|
font-size: var(--font-down-1);
|
||||||
|
max-width: 70ch;
|
||||||
.visited & {
|
.visited & {
|
||||||
color: var(--primary-medium);
|
color: var(--primary-medium);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user