ios reddit redesign
Ios Reddit by solomrdolo
Details
Authorsolomrdolo
LicenseNo License
Categoryreddit.com
Created
Updated
Size1.5 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 new reddit
@namespace me
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("reddit.com") {
.nightMode .Post{
background-color:#050c0e;
}
.TopNav__left, .TopNav__list{
background-color:#10161a!important;
}
.Post__link{
border-bottom:4px solid black;
}
.nightMode .Subnav.m-redesign{
border-bottom:4px solid black!important;
background-color:#050c0e;
}
.Post.m-redesign .Post__thumbnailAndTitle .PostContent{
position: absolute;
left:0px;
top:15px;
}
.nightMode .PostHeader__post-descriptor-line:after{
background:#050c0e!important;
}
.PostContent.size-compact, .PostContent.size-compact .PostContent__image-link, .PostContent.size-compact .PostContent__image-wrapper, .PostContent.size-compact .PostContent__text-wrapper{
height:80%!important;
width:50%
}
.PostContent__img{
border:#000 solid 1px;
border-radius:10%;
}
.PostHeader.m-redesign :not(.m-pds-header) .PostHeader__post-descriptor-line-overflow {
position: relative;
left:110px;
}
.Post.m-redesign .Post__thumbnailAndTitle .PostHeader__post-title-line{
position: relative;
left:110px;
margin-right:110px;
}
.nightMode .PostFooter.m-redesign .PostFooter__votingBox{
position: relative;
left:110px;
}
.nightMode .PostFooter.m-redesign .PostFooter__comments-link{
position: relative;
left:110px;
}
}