From 4a17d6a7728504694e0a297083ca6db1c9999e27 Mon Sep 17 00:00:00 2001 From: memdmp Date: Tue, 27 May 2025 22:43:10 +0200 Subject: fix: when not embedded, bg --- RELEASE-CHECKLIST.html | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/RELEASE-CHECKLIST.html b/RELEASE-CHECKLIST.html index 7c33197..4d5082c 100644 --- a/RELEASE-CHECKLIST.html +++ b/RELEASE-CHECKLIST.html @@ -15,11 +15,14 @@ display: flex; align-items: center; flex-direction: column; - background-color: #1a1a1a; - background-image: linear-gradient(45deg, #0000, #0000 100px, #0006); color: #dedede; min-height: 100vh; - width: 100vw; + width: 100%; + } + body > .root { + /* if not embedded into cgit */ + background-color: #1a1a1a; + background-image: linear-gradient(45deg, #0000, #0000 100px, #0006); } body { margin: 0; -- cgit v1.2.3