Remove unused mixin

pull/6266/head
Chocobozzz 2024-02-27 16:07:20 +01:00
parent 206fe1de0e
commit 9953825499
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 0 additions and 8 deletions

View File

@ -571,14 +571,6 @@
}
}
@mixin actor-avatar-size ($size) {
display: inline-block;
width: $size;
height: $size;
min-width: $size;
min-height: $size;
}
@mixin actor-counters ($separator-margin: 10px) {
color: pvar(--greyForegroundColor);
display: flex;