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
742 B

4 years ago
.sidebar {
background-color: #fff;
overflow: hidden;
&-left {
border-right: 1px solid #DADCE0;
}
4 years ago
&-right {
border-left: 1px solid #DADCE0;
}
&-header {
display: flex;
align-items: center;
justify-content: space-between;
padding: 7.5px 20px 7.5px 15px;
min-height: 60px;
4 years ago
&__title {
flex: 1;
font-weight: 500;
padding-left: 23px;
font-size: 20px;
}
4 years ago
.btn-icon + .btn-icon {
margin-left: .5rem;
}
4 years ago
}
&-close-button {
padding-left: 10px;
}
&-content {
width: 100%;
max-height: 100%;
height: 100%;
overflow: hidden;
display: flex; /* idk why but need */
position: relative;
> div {
width: 100%;
}
4 years ago
}
}