Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- :root {
- --corner-text: '';
- --online-indicator: #23a55a;
- /*--bg-3: hsla(0, 0%, 16%, 0);
- --bg-4: rgba(25, 25, 25, 0.656);*/
- --bg-3: hsla(0, 0%, 16%, 0.753);
- --bg-4: rgba(25, 25, 25, 0.656);
- --bg-custom-floating: hsla(0, 0%, 13%, 0.877);
- }
- /*html.theme-light,
- .theme-dark {
- --background-floating: var(--bg-custom-floating);
- --interactive-normal: var(--text-1);
- }
- .container__55c99{ /*Search*//*
- border-radius: var(--roundness-xxs);
- }
- .autocompleteAttached__6b0e0{ /*Emoji picked from chatbar*//*
- background: var(--bg-custom-floating) !important;
- border-radius: var(--roundness-xxs);
- }
- .positionContainer__31a96{ /*App Drawer*//*
- background: var(--bg-custom-floating) !important;
- }
- .contentWrapper__08434{ /*Gifs / Stickers / Emoji*//*
- background: var(--bg-custom-floating) !important;
- }
- .container_d9c882{ /*Threads*//*
- background: var(--bg-custom-floating) !important;
- }
- .messagesPopoutWrap__45690{ /* Pins, kinda*//*
- background: var(--bg-custom-floating) !important;
- }
- .container__2692d{
- background: var(--bg-custom-floating) !important;
- }
- .container_fc561d{
- background: var(--bg-custom-floating) !important;
- }
- .container_d97f89{
- background: var(--bg-custom-floating) !important;
- }
- .popout_cba592 {
- background: var(--bg-custom-floating) !important;
- }
- .wrapper_c0e32c {
- background: var(--bg-custom-floating) !important;
- }
- .quickswitcher_ac6cb0{
- background: var(--bg-custom-floating) !important;
- }
- .regionSelectPopout__5621e {
- background: var(--bg-custom-floating) !important;
- }
- .picker__09f65{
- background: var(--bg-custom-floating) !important;
- }
- .autocompleteInner__13533{
- background: var(--bg-custom-floating) !important;
- }
- .slateTextArea_ec4baf{
- background: var(--bg-4) !important;
- border-radius: var(--roundness-s);
- }*/
- [class*='searchBar__35e86']{
- display: none !important;
- }
- [class*='titleBar']{
- display: none !important;
- }
- .appMount__51fd7, body, html, .appAsidePanelWrapper_a3002d, .notAppAsidePanel_a3002d, .app_a3002d, .app__160d8, .bg__960e4, .layers__960e4, .layers__160d8, .layer__960e4, .baseLayer__960e4, .container_c48ade{
- background: hsla(0, 0%, 0%, 0)!important;
- }
- .message__5126c .contents_c19a55 .messageContent_c19a55 {
- background-color: var(--bg-4/*--background-tertiary*/)!important;
- padding: 10px;
- border-radius: 12px;
- border-top-left-radius: 0;
- width: fit-content;
- translate: 70px;
- max-width: 100%;
- }
- .repliedMessage_c19a55 {
- background-color: var(--bg-4/*--background-tertiary*/)!important;
- padding: 5px;
- border-radius: 12px;
- width: fit-content;
- }
- .message__5126c[data-is-self="true"] {
- transform: scaleX(-1);
- .header_c19a55 {
- transform: scaleX(-1);
- text-align: right;
- }
- .avatar_c19a55, .avatarDecoration_c19a55 {
- transform: scaleX(-1);
- }
- .messageContent_c19a55 {
- transform: scaleX(-1);
- text-align: left;
- border-top-left-radius: 12px!important;
- border-top-right-radius: 0!important;
- }
- .container_b7e1cb {
- [class*=container], .reaction__23977, .clickableWrapper_af017a, .spoilerWarning__54ab5, .obscureWarning__54ab5, .embedProvider__623de, .embedMargin__623de, .wrapperPaused_cf09d8, .centerContent__623d, .file__0ccae, .wrapper_d5f3cd {
- transform: scaleX(-1);
- }
- }
- .container__122e4 {
- width: fit-content;
- .messageContent_c19a55 {
- transform: scaleX(1);
- }
- }
- .buttonContainer_c19a55 .buttons__5126c{
- transform: scaleX(-1);
- }
- .timestampVisibleOnHover_c19a55 {
- transform: scaleX(-1);
- }
- .channelTextArea__5126c {
- transform: scaleX(-1);
- }
- .repliedMessage_c19a55 {
- flex-direction: row-reverse;
- .repliedTextContent_c19a55 {
- transform: scaleX(-1) scaleY(1);
- margin: 0;
- margin-right: -70px!important;
- }
- .replyAvatar_c19a55, .username_c19a55, .repliedTextPlaceholder_c19a55 {
- transform: scaleX(-1);
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement