Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* ==UserStyle==
- @name Twitter Chat
- @namespace Twitter Chat
- @version 1.0.1
- @description Overwrite Twitter Chat
- @author Me
- ==/UserStyle== */
- @-moz-document url-prefix("https://x.com") {
- /* EXPANDED state: button is disabled */
- div[data-testid="chat-drawer-main"]:has(.cursor-pointer.pointer-events-none) > div:first-child {
- width: 450px !important;
- height: 750px !important;
- }
- #dm-main-container .mt-4 {
- margin-top:10px!important;
- }
- #dm-main-container .bg-text {
- background-color: #1d9bf0!important;
- }
- #dm-main-container .text-background {
- color: #fff!important;
- }
- div[data-testid="chat-drawer-main"] div[data-testid="dm-composer-container"] {
- margin-bottom: -20px !important;
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment