preview.tiny; dashboard list order

This commit is contained in:
bkfox
2024-04-11 00:33:05 +02:00
parent 1bd4e03f02
commit 7841fed17d
4 changed files with 34 additions and 18 deletions

View File

@ -262,7 +262,12 @@
&.tiny {
.title { font-size: calc(var(--preview-title-sz) * 0.8); }
.content { font-size: v.$text-size; }
.subtitle { font-size: calc(var(--preview-subtitle-sz) * 0.8); }
.content {
font-size: v.$text-size;
max-height: 3rem;
overflow: hidden;
}
}
}