diff --git a/source/content-script/overlay/index.css b/source/content-script/overlay/index.css index 6d31462fb..852d1f449 100644 --- a/source/content-script/overlay/index.css +++ b/source/content-script/overlay/index.css @@ -295,7 +295,6 @@ position: fixed; top: 0; left: 0; - width: calc((100vw - var(--lindy-pagewidth)) / 2 - 2 * 10px); height: 600px; width: 350px; @@ -328,3 +327,9 @@ display: none; } } +@media (max-width: 1550px) { + #lindy-info-topleft { + margin-left: -10px; + width: calc((100vw - var(--lindy-pagewidth)) / 2); + } +}