diff options
author | NunoSempere <nuno.sempere@protonmail.com> | 2023-11-20 00:29:44 +0000 |
---|---|---|
committer | NunoSempere <nuno.sempere@protonmail.com> | 2023-11-20 00:29:44 +0000 |
commit | ca5f7319123ea9cb53348be0706e513dae93e382 (patch) | |
tree | 3f574adb68f99735446f2ce10b8d89a4c894b015 /plugins/style | |
parent | a590cc708d0d57acb7c5db91bbcd8ceb74c08b39 (diff) |
tweaks: change twitter css style
Diffstat (limited to 'plugins/style')
-rw-r--r-- | plugins/style/style.js | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/plugins/style/style.js b/plugins/style/style.js index 9457a7b..f8827ef 100644 --- a/plugins/style/style.js +++ b/plugins/style/style.js @@ -78,6 +78,14 @@ if (document.domain == "twitter.com") { [data-testid^="sidebarColumn"] { display: none; } + [data-testid^="DMDrawerHeader"] { + display: none; + } + [data-testid^="primaryColumn"] { + min-width: 900px; + max-width: 900px; + + } /* hide video */ |