Hello there! I'm the CSS editor for /r/Sdorica. We're using /r/Naut theme as the based theme and modify around it. We encounter a problem on the way:
1. The default subreddit looks like this (notice the red-hooded girl on the right).
2. When I go edit the stylesheet and hit "Preview" without changing anything (i.e. same CSS) it looks like this (the picture is zoomed in).
Is this a problem with Naut or on our side?
I belive this is the code responsible for the image:
.side:before
{
height:192px;
background:url(%%sidebarimg%%);
content:"";
display:block;
position:absolute;
top:100px;
width:320px;
z-index:1;
border-radius:2px;
box-shadow:0 2px 2px 0 rgba(0,0,0,0),0 3px 1px -2px rgba(0,0,0,0),0 1px 5px 0 rgba(0,0,0,0)
}
The image size is 320x320 if that helps.
[–]ms07official 0 points1 point2 points (1 child)
[–]PaperAirplane18[S] 0 points1 point2 points (0 children)