Skip to content

Commit 315f2d3

Browse files
author
Dasutein
authored
Version 1.0.4
- Added border for stickied or announcement posts. - Fixed scaling issue for Reddit pagename '.pagename a'
1 parent 4184aba commit 315f2d3

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

revuestarlight.css

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
*
3-
* Version 1.0.2
3+
* Version 1.0.4
44
*
55
* This is a CSS Reddit theme for /r/RevueStarlight designed by
66
* /r/LoveArrowShooto.
@@ -70,15 +70,16 @@ body > .content::before {
7070

7171
.pagename a {
7272
background-image: url(%%revuestarlight-en-logo%%);
73-
background-size: 30%;
73+
background-size: 100%;
7474
background-repeat: no-repeat;
75+
height: 235px;
76+
width: 395px;
77+
left: 50px;
78+
right: 0px;
7579
bottom: 0;
7680
display: block;
7781
font-size: 0px;
7882
position: absolute;
79-
left: 50px;
80-
right: 0;
81-
height: 210px;
8283

8384
opacity: 1;
8485
animation-name: fadeInOpacity;
@@ -391,6 +392,9 @@ body > .content::before {
391392

392393
}
393394

395+
.stickied {
396+
border-left: 2px solid #27ae60;
397+
}
394398

395399
.thing .title {
396400
outline: none;

0 commit comments

Comments
 (0)