Advertisement
Guest User

tweetdeck media css

a guest
Dec 16th, 2019
293
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.57 KB | None | 0 0
  1. div.js-embeditem {
  2.   top: 5px !important;
  3.   bottom: 5px !important;
  4. }
  5.  
  6. .js-modal-panel.med-fullpanel {
  7.   max-width: 60% !important;
  8.   margin: 0 0 0 5% !important;
  9. }
  10.  
  11. .js-med-tweet {
  12.   position: fixed !important;
  13.   right: 0 !important;
  14.   top: 0;
  15.   bottom: 0 !important;
  16.   left: 0 !important;
  17.   width: 30%;
  18.   height: fit-content;
  19.   margin: auto 5% auto auto;
  20. }
  21.  
  22. .item-box.js-tweet-box {
  23.   font-size: 14pt;
  24.   width: 500px;
  25.   position: absolute;
  26.   border-radius: 6px;
  27.   padding: 15px !important;
  28.   background: #222;
  29.   left: 0;
  30.   right: 0;
  31.   margin: auto;
  32. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement