UX: switch gist outlet to avoid badges (#855)
This commit is contained in:
parent
657d103919
commit
0aa2789437
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue