Skip to content

Commit 8289a7f

Browse files
committed
Tweak codetools popup location
Move the popup so it works better with single line boxes.
1 parent 59624e6 commit 8289a7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/css/codetools.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ div.codetools {
2020
--arrow-size: 5px;
2121
display: flex;
2222
position: absolute;
23-
bottom: 14px;
24-
right: 10px;
23+
bottom: 9px;
24+
right: 8px;
2525
background: var(--codetools-background-color);
2626
padding: 0;
2727
border-radius: 2px;

0 commit comments

Comments
 (0)