Skip to content

Instantly share code, notes, and snippets.

@spacemeowx2
Created September 10, 2019 11:48
Show Gist options
  • Save spacemeowx2/f76248ae1be5115b54f7c3548dc0bbf8 to your computer and use it in GitHub Desktop.
Save spacemeowx2/f76248ae1be5115b54f7c3548dc0bbf8 to your computer and use it in GitHub Desktop.
tg-hide-sidebar
.im_dialog_peer {
opacity: 0.05;
}
.im_dialog {
padding: 7px 7px !important;
}
.im_dialog_message_wrap {
display: none;
}
.im_dialogs_col_wrap {
width: 64px;
}
.im_history_col_wrap {
width: calc(100% - 64px);
}
.im_message_wrap {
max-width: 100%;
}
.im_dialog_date, .im_dialog_pinned {
display: none;
}
.im_dialog_meta.pull-right {
position: absolute;
right: 7px;
bottom: 7px;
}
.im_page_wrap, .tg_head_split {
max-width: 1600px;
}
.im_dialogs_panel {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment