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.
63 lines
1.1 KiB
63 lines
1.1 KiB
.sidebar { |
|
background-color: #fff; |
|
//overflow: hidden; |
|
|
|
&-header { |
|
background-color: #fff; |
|
display: flex; |
|
align-items: center; |
|
justify-content: space-between; |
|
padding: 7.5px 16px; |
|
min-height: 56px; |
|
flex: 0 0 auto; |
|
user-select: none; |
|
cursor: default; |
|
|
|
@include respond-to(handhelds) { |
|
padding: 7.5px 8px; |
|
} |
|
|
|
/* //position: sticky !important; |
|
position: sticky !important; |
|
top: 0; |
|
z-index: 1; */ |
|
|
|
&__title { |
|
flex: 1; |
|
font-weight: 500; |
|
padding-left: 22px; |
|
font-size: 20px; |
|
|
|
@include respond-to(handhelds) { |
|
padding-left: 24px; |
|
} |
|
} |
|
|
|
.btn-icon + .btn-icon { |
|
margin-left: .5rem; |
|
} |
|
} |
|
|
|
&-close-button { |
|
padding-left: 10px; |
|
overflow: inherit !important; |
|
} |
|
|
|
&-content { |
|
width: 100%; |
|
max-height: 100%; |
|
height: 100%; |
|
overflow: hidden; |
|
display: flex; /* idk why but need */ |
|
position: relative; |
|
flex: 1 1 auto; |
|
|
|
/* @include respond-to(handhelds) { |
|
margin-top: 60px; |
|
} */ |
|
|
|
> div { |
|
width: 100%; |
|
} |
|
} |
|
}
|
|
|