UX: reduce topic list title size when gists are enabled (#910)
This commit is contained in:
parent
6ef635619f
commit
26bfda4763
|
@ -240,14 +240,10 @@
|
||||||
.--topic-list-with-gist {
|
.--topic-list-with-gist {
|
||||||
.topic-list-item {
|
.topic-list-item {
|
||||||
.main-link {
|
.main-link {
|
||||||
.desktop-view & {
|
|
||||||
padding: 1em 1em 1em 0.67em;
|
|
||||||
}
|
|
||||||
font-size: var(--font-up-2);
|
|
||||||
line-height: var(--line-height-medium);
|
line-height: var(--line-height-medium);
|
||||||
}
|
}
|
||||||
.link-bottom-line {
|
.link-bottom-line {
|
||||||
font-size: var(--font-down-2);
|
font-size: var(--font-down-1);
|
||||||
margin-top: 0.25em;
|
margin-top: 0.25em;
|
||||||
}
|
}
|
||||||
.ai-topic-gist {
|
.ai-topic-gist {
|
||||||
|
|
Loading…
Reference in New Issue