Skip to content

Low effort old.reddit mobile improvment by aumo

Details

Authoraumo

LicenseNo License

Categoryold.reddit.com

Created

Updated

Code size1.0 kB

Code checksum29aaa5d2

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

WIP trying to make old.reddit usable on a mobile phone.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name       Low effort old.reddit mobile improvment
@version    20241221.21.48
@namespace  ?
==/UserStyle== */

@-moz-document url-prefix("https://old.reddit.com/") {
.premium-banner-outer,
.submit-link,
.morelink,
.link-save-button,
.share,
.report-button,
.hide-button,
.noCtrlF,
.rank,
.side {
    display: none !important;
}

.content {
    margin-right: 10px !important
}


.thing {
    margin-bottom: 24px !important;
}

.comments {
    font-size: 12px !important;
}
.midcol {
    margin-left: 0 !important;
    margin-right: 0 !important;
    font-size: 10px !important;
    z-index: 10;
    width: auto !important;
    position: relative;
    background-color: #222;
    border-radius: 2px;
    padding: 0 2px;
}

.arrow {
    display: none;
    margin: 0 !important
}

.thumbnail {
    left: -22px !important;
    margin-right: -20px !important;
    width: 120px !important;
}

.thumbnail img {
    width: 117px;
    height: 65px;
}

.title {
    font-size: 14px !important;
}

.flairrichtext {
    font-size: 8px
}
}

Reviews

No reviews yet.