Skip to content

Commit 1c0026c

Browse files
committed
Fix position of unread line
1 parent 51114e8 commit 1c0026c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

client/stylesheets/base.less

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,8 @@ blockquote {
142142
height: 1px;
143143
position: absolute;
144144
right: 0px;
145-
left: 50px;
146-
top: -3px;
145+
left: 20px;
146+
top: 0px;
147147
.transition(background-color, .5s, linear);
148148
}
149149

@@ -152,11 +152,11 @@ blockquote {
152152
display: block;
153153
position: absolute;
154154
right: 0px;
155-
top: -7px;
155+
top: -4px;
156156
text-transform: uppercase;
157157
font-size: 8px;
158158
line-height: 10px;
159-
padding-left: 5px;
159+
padding: 0 5px;
160160
.transition(color, .5s, linear);
161161
}
162162
}

0 commit comments

Comments
 (0)