Skip to content

Commit b86bf53

Browse files
committed
Quick Reblog: reduce max width of media query
only start avoiding the edge of the screen when necessary
1 parent b9219ed commit b86bf53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scripts/quick_reblog.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
transform: translate(-20px, -50%);
3434
}
3535

36-
@media only screen and (max-width: 716px) {
36+
@media only screen and (max-width: 650px) {
3737
#quick-reblog.above,
3838
#quick-reblog.below {
3939
top: 50%;

0 commit comments

Comments
 (0)