some docs, added richcontent to usernames in status, updated stillImage
to allow scale of "gif" label
This commit is contained in:
parent
aec05686d0
commit
04fa1f0b2d
7 changed files with 44 additions and 24 deletions
|
@ -30,7 +30,7 @@
|
|||
position: relative;
|
||||
line-height: 0;
|
||||
overflow: hidden;
|
||||
display: flex;
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
|
||||
canvas {
|
||||
|
@ -53,6 +53,7 @@
|
|||
|
||||
&.animated {
|
||||
&::before {
|
||||
zoom: var(--_still_image-label-scale, 1);
|
||||
content: 'gif';
|
||||
position: absolute;
|
||||
line-height: 10px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue