[#204] fixed query string parsing

This commit is contained in:
Gani Georgiev
2022-08-01 14:20:21 +03:00
parent d35134e913
commit 9d0ea7635b
18 changed files with 661 additions and 787 deletions
+1 -1
View File
@@ -456,7 +456,6 @@ a,
border-radius: var(--baseRadius);
color: var(--txtPrimaryColor);
font-size: 1.2rem;
overflow: hidden;
@include shadowize();
i {
font-size: inherit;
@@ -465,6 +464,7 @@ a,
width: 100%;
height: 100%;
border-radius: inherit;
overflow: hidden;
}
&.thumb-sm {
--thumbSize: 32px;