mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-24 10:28:03 +01:00
Style create call link icon like chat tab buttons
This commit is contained in:
@@ -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');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user