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.
 
 
 
 
 

33 lines
558 B

.popup-create-poll {
$parent: ".popup";
#{$parent} {
&-container {
max-height: 468px;
}
}
.input-field {
.btn-icon {
position: absolute;
right: .5rem;
top: 50%;
z-index: 1;
transform: translateY(-50%);
opacity: 1;
transition: opacity .2s ease;
}
&:not(.is-filled), &:first-child:last-child {
.btn-icon {
pointer-events: none;
opacity: 0;
}
}
/* &:last-child:not(:nth-child(10)) {
.btn-icon {
display: none;
}
} */
}
}