Advertisement
fauzanjeg

Increase size width of sidefeed

May 5th, 2021 (edited)
284
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.44 KB | None | 0 0
  1. /* Increase size width of sidefeed */
  2. div#jeg_sidecontent {
  3.     width: 380px; /* must be the same as the margin-left viewport */
  4. }
  5. .jeg_sidecontent .jeg_viewport {
  6.     margin-left: 380px; /* must equal the sidefeed width */
  7. }
  8.  
  9. .jeg_sidecontent .jeg_header.full {
  10.     margin-left: -380px; /* must equal the sidefeed width */
  11. }
  12.  
  13. #jeg_sidecontent .sidecontent_postwrapper,
  14. #jeg_sidecontent .jspContainer {
  15.     width: unset!important;
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement