From 9cf1a68ae56838ec6472a8db9874f3272d9c9323 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Sun, 21 May 2023 16:32:14 +0200 Subject: [PATCH] add embeded styles --- theme.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/theme.css b/theme.css index aefbb29..6ccd56e 100644 --- a/theme.css +++ b/theme.css @@ -62,3 +62,10 @@ margin-bottom: 10px; border-radius: 5px; } + +body.is-embeded .main.menu, +body.is-embeded .header-wrapper, +body.is-embeded .repo-button-row +{ + display: none; +}