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.
32 lines
469 B
32 lines
469 B
5 years ago
|
.sidebar {
|
||
|
background-color: #fff;
|
||
|
overflow: hidden;
|
||
|
}
|
||
|
|
||
|
.sidebar-left {
|
||
|
border-right: 1px solid #DADCE0;
|
||
|
}
|
||
|
|
||
|
.sidebar-right {
|
||
|
border-left: 1px solid #DADCE0;
|
||
|
}
|
||
|
|
||
|
.sidebar-header {
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
justify-content: space-between;
|
||
|
padding: .5rem 1.25rem;
|
||
|
min-height: 60px;
|
||
|
|
||
|
.sidebar-title {
|
||
|
flex: 1;
|
||
|
padding-left: 2rem;
|
||
|
font-weight: 500;
|
||
|
font-size: 1.4rem;
|
||
|
}
|
||
|
|
||
|
.btn-icon + .btn-icon {
|
||
|
margin-left: .5rem;
|
||
|
}
|
||
|
}
|