From 339555f04191e39691231f5a162940cc64060d1e Mon Sep 17 00:00:00 2001 From: glax Date: Fri, 8 Sep 2023 20:01:49 +0200 Subject: [PATCH] increased width to 460px for publicationviewer --- Website/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Website/style.css b/Website/style.css index 60eda02..cbe0b0b 100644 --- a/Website/style.css +++ b/Website/style.css @@ -367,7 +367,7 @@ blur-background { publication-viewer{ display: block; - width: 450px; + width: 460px; position: absolute; top: 200px; left: 400px;