Skip to content
This repository was archived by the owner on Nov 25, 2021. It is now read-only.

Commit 7b4b707

Browse files
committed
Revert "feat: less spacing in HoverOverlay SCSS"
This reverts commit d123657. Keeps the :last-child change to prevent double-margin.
1 parent 5324403 commit 7b4b707

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/HoverOverlay.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
position: absolute;
1616
top: 0;
1717
right: 0;
18-
padding: 0.2rem;
18+
padding: 0.25rem;
1919
background: inherit;
2020
z-index: 1;
2121
border: none;
@@ -29,7 +29,7 @@
2929
border-top: 1px solid var(--border-color);
3030
}
3131
hr {
32-
margin: 0.25rem -0.25rem;
32+
margin: 0.5rem -0.5rem;
3333
background: var(--border-color);
3434
}
3535
p,
@@ -49,7 +49,7 @@
4949
}
5050

5151
&__content {
52-
padding: 0.25rem;
52+
padding: 0.5rem;
5353
overflow-x: auto;
5454
word-wrap: normal;
5555
p:last-child {

0 commit comments

Comments
 (0)