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.

766 lines
13 KiB

#column-right {
4 years ago
position: relative;
@include respond-to(only-small-screens) {
box-shadow: 0 0.25rem 0.5rem 0.1rem hsla(0, 0%, 44.7%, .25);
}
@include respond-to(handhelds) {
body:not(.is-right-column-shown) & {
transform: translate3d(100vw, 0, 0);
}
}
@include respond-to(not-handhelds) {
width: var(--right-column-width);
transition: transform var(--layer-transition);
position: absolute;
right: 0;
z-index: 3;
transform: translate3d(var(--right-column-width), 0, 0);
.sidebar-content {
min-width: var(--right-column-width);
}
/* &:not(.active) {
border-left-width: 0;
} */
3 years ago
body.is-right-column-shown:not(.is-left-column-shown) & {
transform: translate3d(0, 0, 0);
4 years ago
}
body.animation-level-0 & {
transition: none;
}
}
@include respond-to(medium-screens) {
border-left: 1px solid #DADCE0;
4 years ago
}
/* body.is-forward-active & {
z-index: 4;
} */
4 years ago
.sidebar-header {
flex: 0 0 auto;
.sidebar-close-button.tgico:before {
content: $tgico-arrow_back;
@include respond-to(not-handhelds) {
content: $tgico-close;
}
}
4 years ago
}
#search-private-container {
.chatlist-container {
position: relative;
flex: 1 1 auto;
}
}
/* #forward-container {
z-index: 5;
} */
.sidebar-search {
display: none;
&.active {
display: flex;
}
}
4 years ago
}
.profile {
&-content {
/* flex: 1 1 auto; */
flex: 0 0 auto;
display: flex;
flex-direction: column;
/* height: 100%; */
position: relative;
width: 100%;
.checkbox-field {
margin: 0;
padding: 0;
margin-left: -54px;
}
.checkbox-caption {
padding-left: 54px;
}
&-wrapper {
flex: 1 1 auto;
display: flex;
flex-direction: column;
padding-bottom: 13px;
@include respond-to(not-handhelds) {
padding-top: 15px;
}
}
}
&-container {
> .scrollable {
display: flex;
flex-direction: column;
//transform: none;
}
}
4 years ago
&-name {
4 years ago
text-align: center;
font-size: 20px;
line-height: 1.4;
4 years ago
font-weight: 500;
text-overflow: ellipsis;
overflow: hidden;
word-break: break-word;
max-width: 340px;
margin: 0 auto;
4 years ago
span.emoji {
vertical-align: inherit;
min-width: min-content;
}
}
&-subtitle {
4 years ago
text-align: center;
color: $color-gray;
4 years ago
font-size: 14px;
margin-bottom: 2px;
margin-top: 1px;
4 years ago
@include respond-to(handhelds) {
margin-top: 3px;
}
.online {
color: $color-blue;
4 years ago
}
}
&-row {
4 years ago
display: flex;
width: 100%;
flex-direction: column;
padding-left: 80px;
padding-right: 12px;
//font-size: 15px;
4 years ago
position: relative;
margin-top: 27px;
margin-bottom: 1px;
line-height: 1.4;
4 years ago
@include respond-to(handhelds) {
padding-left: 71px;
}
4 years ago
&:before {
position: absolute;
left: 24px;
/* top: 0; */
font-size: 24px;
color: $color-gray;
@include respond-to(handhelds) {
left: 15px;
}
4 years ago
}
p {
color: #000;
margin: 0;
font-size: 1rem;
text-overflow: ellipsis;
overflow: hidden;
word-break: break-word;
white-space: pre-wrap;
4 years ago
}
&-bio {
.emoji {
width: 24px;
height: 24px;
}
}
&-label {
color: #707579 !important;
font-size: 14px !important;
line-height: 1.6;
@include respond-to(handhelds) {
line-height: 1.6;
}
}
&-notifications {
margin-top: 26px;
line-height: 1.3;
}
4 years ago
}
&-avatar {
margin: 1px auto 10px;
//flex: 0 0 auto;
@include respond-to(handhelds) {
margin: 0 auto 10px;
--size: 100px;
--multiplier: .54;
}
4 years ago
}
&-name, &-subtitle, &-row, &-avatar {
flex: 0 0 auto;
}
}
#shared-media-container {
/* .search-super {
top: 100%;
min-height: calc((var(--vh, 1vh) * 100) - 100% - 56px);
&.sliding {
max-height: calc((var(--vh, 1vh) * 100) - 100% - 56px);
}
} */
.search-super {
top: 100%;
min-height: calc((var(--vh, 1vh) * 100) - 56px);
}
.sidebar-header .transition {
flex-grow: 1;
.transition-item {
display: flex;
align-items: center;
}
}
}
.search-super {
width: 100%;
max-width: 100%;
position: absolute;
min-height: 100%;
display: flex;
flex-direction: column;
4 years ago
.search-group__show-more {
color: $color-blue;
cursor: pointer;
font-weight: 400;
}
.search-super-month-name {
border-top: 1px solid #dadce0;
padding: 24px 0px 0px 24px;
font-weight: 500;
color: #707579;
@include respond-to(handhelds) {
padding: 18px 0px 0px 16px;
}
}
/* &.sliding {
max-height: 100%;
} */
&.sliding {
max-height: none !important;
}
&-tabs {
//margin-top: 36px;
i {
padding-right: 1.5rem !important;
margin-left: -.75rem !important;
}
}
&-tabs-scrollable {
4 years ago
box-shadow: none !important;
position: -webkit-sticky !important;
position: sticky !important;
//top: -1px;
top: 0px;
z-index: 2;
background-color: #fff;
4 years ago
&:before {
position: absolute;
width: 100%;
height: 1px;
left: 0;
top: -1px;
background-color: inherit;
display: block;
content: " ";
}
.scrollable {
position: relative;
}
}
&-tabs-container {
//min-height: 100%;
min-height: calc(100% - 49px);
grid-template-rows: 100%;
flex: 1 1 auto;
//position: absolute; // FIX THE SAFARI!
//position: relative;
/* width: 500%;
margin-left: -100%;
*/
/* > div {
height: 0;
&.active {
height: auto;
}
} */
> div {
//height: 100%;
position: relative;
min-height: 150px;
/* > div:not(:empty) + .content-empty {
display: none;
} */
}
/* .scrollable-y {
height: auto;
position: absolute !important;
} */
/* > div > div:not(.scroll-padding) {
height: 100%;
} */
4 years ago
.preloader {
padding: 0;
position: absolute !important;
height: 100%;
> svg {
height: 50px;
width: 50px;
}
}
}
&-month:first-of-type &-month-name {
display: none;
}
&-content-media {
4 years ago
.search-super-month-name {
border: none;
padding: 9px 0px 7px 24px;
}
.video-time {
position: absolute;
left: 5px;
top: 4px;
height: 18px;
border-radius: 4px;
background-color: var(--message-time-background);
padding: 0px 6px 0px 5px;
z-index: 1;
font-size: 12px;
color: white;
4 years ago
line-height: 18px;
}
.grid-item {
overflow: hidden;
}
/* span.video-play {
background-color: var(--message-time-background);
color: #fff;
text-align: center;
font-size: 34px;
line-height: 60px;
cursor: pointer;
} */
}
&-content-media &-month {
&-items {
width: 100%;
padding: 7.5px;
display: grid;
grid-template-columns: repeat(3,1fr);
grid-auto-rows: 1fr;
grid-gap: 3.5px;
@include respond-to(handhelds) {
padding: 7.5px 7.5px 7.5px 6.5px;
}
}
}
&-content-files {
4 years ago
// padding: 8px 20px;
.search-super-month-items {
padding: 8px 24px 16px 20px;
@include respond-to(handhelds) {
padding: 8px 16px 8px 12px;
}
}
.document {
4 years ago
padding-left: 60px;
// padding-right: 1rem;
//height: 54px;
4 years ago
height: calc(48px + 1.5rem);
&-ico, &-download {
width: 48px;
height: 48px;
4 years ago
border-radius: 5px !important;
}
/* & + .document {
margin-top: 1.5rem;
} */
}
.document-name {
font-weight: normal;
width: 100%;
max-width: 100%;
overflow: hidden;
text-overflow: ellipsis;
}
}
&-content-links {
4 years ago
// padding: 0 24px 15px 15px;
.search-super-item {
display: flex;
flex-direction: column;
margin-top: 20px;
margin-left: 5px;
padding-bottom: 2px;
//padding-bottom: 10px;
position: relative;
padding-left: 60px;
overflow: hidden;
//min-height: 48px;
min-height: 58px;
.preview {
height: 48px;
width: 48px;
border-radius: 5px;
overflow: hidden;
position: absolute;
left: 0;
top: 0;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
&.empty {
display: flex;
align-items: center;
justify-content: center;
font-size: 2rem;
color: #fff;
text-transform: uppercase;
background-color: $color-blue;
}
4 years ago
}
.url {
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
4 years ago
font-size: 14px;
margin-top: -1px;
}
}
.title {
font-size: 16px;
4 years ago
margin-top: 2px;
}
.subtitle {
font-size: 14px;
4 years ago
max-width: 310px;
&.sender {
margin-top: 2px;
}
}
.search-super-month-items {
padding: 0 24px 15px 15px;
@include respond-to(handhelds) {
padding: 0 16px 15px 7px;
}
4 years ago
}
}
4 years ago
&-content-music, &-content-voice {
.search-super-month-items {
padding: 20px 15px 0px 20px;
4 years ago
@include respond-to(handhelds) {
padding: 20px 15px 0px 12px;
}
4 years ago
}
.audio {
padding-left: 61px;
/* min-height: 58px; */
justify-content: unset;
height: 48px;
margin-bottom: 1.5rem;
4 years ago
@include respond-to(not-handhelds) {
max-width: 377px;
}
&.audio-show-progress .audio-subtitle {
overflow: visible;
}
/* &-no-subtitle {
padding-bottom: 16px;
} */
&-ico, &-download {
width: 48px;
height: 48px;
}
.part {
4 years ago
height: 112px !important;
width: 112px !important;
position: absolute;
background-color: white;
@include respond-to(handhelds) {
4 years ago
width: 100px !important;
height: 100px !important;
}
4 years ago
}
}
}
}
#search-container {
.search-super-content-music {
.audio:not(.audio-show-progress) .audio-time {
display: none;
}
}
.document-name, .audio-title, .title {
display: flex;
justify-content: space-between;
}
.sent-time {
flex: 0 0 auto;
4 years ago
margin-left: 8px;
margin-top: 3px;
font-size: 12px;
color: #707579;
}
.search-group.is-short {
li:nth-child(n + 4) {
display: none;
}
}
}
#stickers-container {
.sticker-sets {
display: flex;
flex-direction: column;
margin-top: 16px;
}
.sticker-set {
display: flex;
flex-direction: column;
height: 140px;
cursor: pointer;
&-name {
font-weight: 500;
}
&-count {
font-size: 14px;
color: #707579;
}
&-header {
display: flex;
padding-left: 16px;
padding-bottom: 12px;
justify-content: space-between;
}
&-button {
height: 30px;
padding-left: 12px;
padding-right: 13px;
margin-right: 16px;
font-size: 15px;
border-radius: 16px;
font-weight: 400;
width: 52px;
//width: auto; //68 - Added //52 - Add
transition: width 0.2s;
&.gray {
background: #F1F3F4;
color: #707579;
width: 68px;
}
}
&-stickers {
display: flex;
justify-content: space-around;
}
&-sticker {
width: 68px;
height: 68px;
position: relative;
//padding: 0 5px;
&:hover {
border-radius: 12px;
background-color: var(--color-gray-hover);
}
img {
max-width: 100%;
max-height: 100%;
}
}
}
}
4 years ago
#poll-results-container {
.poll-results {
display: flex;
flex-direction: column;
position: relative;
width: 100%;
&-answer {
color: #707579;
padding: 0 16px 8px 16px;
margin: 0;
padding-bottom: 8px;
font-weight: 500;
justify-content: space-between;
display: flex;
font-size: 15px;
user-select: none;
@include respond-to(not-handhelds) {
padding: 0 24px 8px 24px;
}
}
&-more {
padding-top: 13px;
padding-bottom: 13px;
cursor: pointer;
user-select: none;
position: relative;
@include respond-to(not-handhelds) {
padding-left: 8px;
}
.tgico-down {
float: left;
padding-right: 32px;
padding-left: 16.5px;
font-size: 24px;
color: #707579;
}
}
h3 {
padding: 0 16px;
margin-top: 15px;
font-size: 20px;
margin-bottom: 16px;
@include respond-to(not-handhelds) {
padding: 0 24px;
}
}
hr {
margin-bottom: 15px;
margin-top: 7px;
}
.user-caption {
padding: 3px 28px 6px;
4 years ago
}
.user-title {
font-weight: normal;
}
li {
padding-bottom: 2px;
> .rp {
padding: 8px 5px;
height: 48px;
@include respond-to(not-handhelds) {
padding: 8px 12px;
4 years ago
}
}
}
}
}
#search-gifs-container {
.gifs-masonry {
margin-top: -2.5px;
}
}