Skip to content

Commit fa46785

Browse files
Move "View All" up from the scrollbar, and make it slightly more opaque
1 parent 60c285d commit fa46785

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

api/update/style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,10 +129,10 @@
129129
position: absolute;
130130
left: 50%;
131131
top: calc(50% + calc(3 * 16px));
132-
transform: translateX(-50%) translateY(-50%);
132+
transform: translateX(-50%) translateY(-150%);
133133
font-size: calc(1 * 16px);
134134
font-weight: 600;
135135
color: black;
136-
opacity: .6;
136+
opacity: .65;
137137
cursor: pointer;
138138
}

0 commit comments

Comments
 (0)