Skip to content

Commit

Permalink
Tweak outline responsive style
Browse files Browse the repository at this point in the history
  • Loading branch information
phgn0 committed Apr 12, 2022
1 parent 30a4824 commit 998f30b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion source/content-script/overlay/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,6 @@
position: fixed;
top: 0;
left: 0;
width: calc((100vw - var(--lindy-pagewidth)) / 2 - 2 * 10px);
height: 600px;

width: 350px;
Expand Down Expand Up @@ -328,3 +327,9 @@
display: none;
}
}
@media (max-width: 1550px) {
#lindy-info-topleft {
margin-left: -10px;
width: calc((100vw - var(--lindy-pagewidth)) / 2);
}
}

0 comments on commit 998f30b

Please sign in to comment.