From 45948df88d1094d943ccb23032b31a0f3c6a348c Mon Sep 17 00:00:00 2001 From: bruno Date: Thu, 22 Feb 2024 10:50:21 +0100 Subject: [PATCH] Add article creation frontend --- assets/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/style.css b/assets/style.css index 75f0661..024f88a 100644 --- a/assets/style.css +++ b/assets/style.css @@ -370,6 +370,7 @@ body:has(.ye-span:hover) { position: fixed; border: 5px solid var(--primary); z-index: 5; + margin: auto; } #articlecreatecontainer{