added view collection type

This commit is contained in:
Gani Georgiev
2023-02-18 19:33:42 +02:00
parent 0052e2ab2a
commit a07f67002f
98 changed files with 3259 additions and 829 deletions
+5 -1
View File
@@ -123,7 +123,7 @@ code {
display: inline-block;
font-family: var(--monospaceFontFamily);
font-style: normal;
font-size: var(--lgFontSize);
font-size: 1em;
line-height: 1.379rem;
padding: 0px 4px;
white-space: nowrap;
@@ -522,6 +522,10 @@ a,
border-radius: inherit;
overflow: hidden;
}
&.thumb-xs {
--thumbSize: 24px;
font-size: 0.85rem;
}
&.thumb-sm {
--thumbSize: 32px;
font-size: 0.92rem;