Skip to content

Commit 998f30b

Browse files
committed
Tweak outline responsive style
1 parent 30a4824 commit 998f30b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

source/content-script/overlay/index.css

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,6 @@
295295
position: fixed;
296296
top: 0;
297297
left: 0;
298-
width: calc((100vw - var(--lindy-pagewidth)) / 2 - 2 * 10px);
299298
height: 600px;
300299

301300
width: 350px;
@@ -328,3 +327,9 @@
328327
display: none;
329328
}
330329
}
330+
@media (max-width: 1550px) {
331+
#lindy-info-topleft {
332+
margin-left: -10px;
333+
width: calc((100vw - var(--lindy-pagewidth)) / 2);
334+
}
335+
}

0 commit comments

Comments
 (0)