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.
 
 
 
 
 

49 lines
740 B

.popup-avatar {
$parent: ".popup";
#{$parent} {
&-container {
max-width: 600px;
//max-height: 600px;
padding: 15px 16px 16px 24px;
> button {
position: absolute;
bottom: 20px;
right: 20px;
}
}
&-close {
font-size: 1.5rem;
margin-top: 4px;
}
&-header {
margin-bottom: 1px;
}
}
h6 {
font-size: 1.25rem;
text-align: left;
margin: 0;
margin-left: 2rem;
}
.crop {
max-width: 100%;
max-height: 100%;
padding: 24px 54px 46px 46px;
border-radius: $border-radius;
> img {
display: none;
}
img {
//height: 100%;
border-radius: $border-radius;
}
}
}