Makes them smoller
/* ==UserStyle==
@name Dreamwidth - Manageable pagination divs
@description Makes them smoller
@version 1.0
@namespace https://greasyfork.org/users/3759
@license CC0
==/UserStyle== */
@-moz-document regexp("^https?://[-\\w]+\\.dreamwidth\\.org/.*") {
.pagination {
max-height: 200px;
overflow: scroll;
}
ul.pages {
width: 100% !important;
}
}