Style create call link icon like chat tab buttons

This commit is contained in:
ayumi-signal
2024-08-20 16:13:09 -07:00
committed by GitHub
parent 7431afa206
commit ed47967c7f
2 changed files with 12 additions and 11 deletions

View File

@@ -34,6 +34,17 @@
}
}
// Calls Tab avatars are 36px
&--call-link {
width: 36px;
height: 36px;
border-radius: 9999px;
}
&--call-link::before {
-webkit-mask-image: url('../images/icons/v3/link/link.svg');
}
&--group::before {
-webkit-mask-image: url('../images/icons/v3/group/group.svg');
}