Telegram Web K with changes to work inside I2P https://web.telegram.i2p/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

64 lines
1.0 KiB

avatar-element {
color: #fff;
width: 54px;
height: 54px;
line-height: 54px;
border-radius: 50%;
background-color: $color-blue;
text-align: center;
font-size: 1.25em;
/* overflow: hidden; */
position: relative;
user-select: none;
text-transform: uppercase;
@include respond-to(handhelds) {
font-size: 14px;
}
/* kostil */
display: flex;
align-items: center;
justify-content: center;
img {
width: 100%;
height: 100%;
border-radius: inherit;
user-select: none;
&.fade-in {
animation: fade-in-opacity .2s ease forwards;
}
}
&[class*=" tgico-"] {
line-height: 52px;
font-size: 28px;
}
path {
fill: white;
}
&.is-online:after {
position: absolute;
content: " ";
display: block;
border-radius: 50%;
border: 2px solid white;
background-color: #0ac630;
left: 74%;
top: 73%;
width: 14px;
height: 14px;
}
&.tgico-avatar_deletedaccount {
font-size: 3rem;
}
&[clickable] {
cursor: pointer;
}
}