Advertisement
jakobbouchard

New Twitter design fix

Jul 22nd, 2019
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.38 KB | None | 0 0
  1. /* This is how I fixed Twitter's new horrible design.
  2.    Might update it later to use less "hacky" fixes, but
  3.    for now that is it.
  4. */
  5.  
  6. .css-1dbjc4n.r-1jgb5lz.r-1ye8kvj.r-14mgfza.r-13qz1uu {
  7.   max-width: 50vw;
  8. }
  9.  
  10. .css-1dbjc4n.r-1jgb5lz.r-1ye8kvj .r-13qz1uu {
  11.   max-width: 50vw;
  12. }
  13.  
  14. [data-testid="primaryColumn"] {
  15.   max-width: 50vw;
  16. }
  17.  
  18. header {
  19.   margin-left: -20%;
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement