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.

41 lines
622 B

4 years ago
.chats-container {
display: flex;
flex-direction: column;
.sidebar-content {
width: 100%;
max-height: 100%;
height: 100%;
4 years ago
overflow: hidden;
display: flex; /* idk why but need */
position: relative;
> div {
width: 100%;
}
4 years ago
}
#chats-container {
max-height: 100%;
overflow: hidden;
position: relative;
4 years ago
}
#search-container {
display: none;
width: 100%;
max-height: 100%;
height: 100%;
overflow: hidden;
position: absolute;
left: 0;
top: 0;
z-index: 3;
background: #fff;
&.active {
display: flex;
4 years ago
}
}
}