Sandbird

X chat fix

Dec 10th, 2025 (edited)
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.82 KB | Fixit | 0 0
  1. /* ==UserStyle==
  2. @name           Twitter Chat
  3. @namespace      Twitter Chat
  4. @version        1.0.1
  5. @description    Overwrite Twitter Chat
  6. @author         Me
  7. ==/UserStyle== */
  8.  
  9. @-moz-document url-prefix("https://x.com") {
  10.     /* EXPANDED state: button is disabled */
  11.     div[data-testid="chat-drawer-main"]:has(.cursor-pointer.pointer-events-none) > div:first-child {
  12.         width: 450px !important;
  13.         height: 750px !important;
  14.     }
  15.  
  16.     #dm-main-container .mt-4 {
  17.        margin-top:10px!important;
  18.     }
  19.  
  20.     #dm-main-container .bg-text {
  21.        background-color: #1d9bf0!important;
  22.     }
  23.  
  24.     #dm-main-container .text-background {
  25.        color: #fff!important;
  26.     }
  27.  
  28.     div[data-testid="chat-drawer-main"] div[data-testid="dm-composer-container"] {
  29.         margin-bottom: -20px !important;
  30.     }
  31. }
  32.  
Tags: twitter X.com
Advertisement
Add Comment
Please, Sign In to add comment