feat: QR code to the mastodon post used for comments, chnage some classes to IDs

This commit is contained in:
daudix
2024-01-21 16:07:40 +03:00
parent 5603e05dda
commit 68f9fd8086
11 changed files with 28 additions and 8 deletions

View File

@ -10,7 +10,6 @@
font-variant: normal;
font-weight: normal !important;
line-height: 1;
margin-inline-end: 0.25rem;
text-transform: none;
vertical-align: -0.125em;
}
@ -221,6 +220,10 @@ section#comments {
&:active {
transform: scale(var(--active));
}
&::before {
margin-inline-end: 0.25rem;
}
}
.reblogs {