Skip to content

Commit ed8ea16

Browse files
committed
Margin fix
1 parent 43a2824 commit ed8ea16

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

special-pages/pages/duckplayer/app/components/Player.module.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
.youtubeErrorContainer {
5555
display: grid;
5656
column-gap: 24px;
57-
row-gap: 8px;
57+
row-gap: 4px;
5858
grid-template-areas:
5959
"icon heading"
6060
"icon message"
@@ -93,6 +93,7 @@
9393
color: #ccc;
9494
font-size: 14px;
9595
line-height: calc(20 / 14);
96+
margin: 0;
9697

9798
grid-area: message;
9899
}

0 commit comments

Comments
 (0)