From e69a9f17b8b3c2265f1d6c0992e28bd3939d3a57 Mon Sep 17 00:00:00 2001 From: Martin Filser Date: Wed, 21 Jun 2023 23:08:35 +0200 Subject: [PATCH] open card details always in the center of the screen --- client/components/cards/cardDetails.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/client/components/cards/cardDetails.css b/client/components/cards/cardDetails.css index 15ef09a60..dc2716c3e 100644 --- a/client/components/cards/cardDetails.css +++ b/client/components/cards/cardDetails.css @@ -248,6 +248,14 @@ padding-top: 10px; } @media screen and (min-width: 801px) { + .card-details { + top: 97px; + left: calc(50% - (600px / 2)); + width: 600px; + bottom: 0; + position: fixed; + resize: both; + } .card-details-maximized { top: 97px; left: 0;