From de857d1e90bef6210cd58f1f8c6a78841f9eaeee Mon Sep 17 00:00:00 2001 From: Constantin Piber Date: Tue, 14 Jan 2025 18:19:23 +0100 Subject: [PATCH] [#72] Fix selector for full-screen video After a layout change, the margin is nested a bit deeper --- src/styles/content.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/content.scss b/src/styles/content.scss index 8669f0e..f3ad2a0 100644 --- a/src/styles/content.scss +++ b/src/styles/content.scss @@ -23,7 +23,7 @@ html.enhancer-fullVideo.page-video { } } - #NebulaApp > div { + #NebulaApp > div, #NebulaApp > div > div { margin-top: 0 !important; }