Skip to content

Commit de857d1

Browse files
committed
[#72] Fix selector for full-screen video
After a layout change, the margin is nested a bit deeper
1 parent ddef720 commit de857d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/styles/content.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ html.enhancer-fullVideo.page-video {
2323
}
2424
}
2525

26-
#NebulaApp > div {
26+
#NebulaApp > div, #NebulaApp > div > div {
2727
margin-top: 0 !important;
2828
}
2929

0 commit comments

Comments
 (0)