A new userstyle
custom style 1 bandit by Detector5220
Details
AuthorDetector5220
LicenseNo License
Categoryold.reddit.com
Created
Updated
Size1.3 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 old.reddit.com - 6/9/2023, 3:13:20 AM
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("old.reddit.com") {
/* Insert code here... */
.commentcount {
margin: 0;
margin-top: 5px;
text-align: right;
width: 30px;
height: 30px;
position: absolute;
top: 5px;
left: 20px;
}
.link {
padding: 0;
max-height: 100px;
}
.link .entry {
margin: 0px 0px 0px 75px;
width: 100%;
height: 100%
}
.link .thumbnail {
float: right;
margin-right: 80px;
overflow: unset;
}
.options_link {
left: 20px;
margin: 0;
}
.link .thumbnail img {
max-height: 200px;
max-width: unset;
}
.link p.title {
max-width: 60%;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 2;
/* number of lines to show */
line-clamp: 2;
-webkit-box-orient: vertical
}
.link .tagline {
max-width: 60%;
}
.link .arrow, .comment .arrow, .message .arrow {
width: 14px;
}
}