Dreamwidth - Manageable pagination divs

Makes them smoller

  1. /* ==UserStyle==
  2. @name Dreamwidth - Manageable pagination divs
  3. @description Makes them smoller
  4. @version 1.0
  5. @namespace https://greasyfork.org/users/3759
  6. @license CC0
  7. ==/UserStyle== */
  8.  
  9. @-moz-document regexp("^https?://[-\\w]+\\.dreamwidth\\.org/.*") {
  10. .pagination {
  11. max-height: 200px;
  12. overflow: scroll;
  13. }
  14.  
  15. ul.pages {
  16. width: 100% !important;
  17. }
  18. }