WIP trying to make old.reddit usable on a mobile phone.
Low effort old.reddit mobile improvment by aumo
Details
Authoraumo
LicenseNo License
Categoryold.reddit.com
Created
Updated
Size1.0 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
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
}
}