Skip to content

Commit

Permalink
[#72] Fix selector for full-screen video
Browse files Browse the repository at this point in the history
After a layout change, the margin is nested a bit deeper
  • Loading branch information
cpiber committed Jan 14, 2025
1 parent ddef720 commit de857d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles/content.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ html.enhancer-fullVideo.page-video {
}
}

#NebulaApp > div {
#NebulaApp > div, #NebulaApp > div > div {
margin-top: 0 !important;
}

Expand Down

0 comments on commit de857d1

Please sign in to comment.