From 9eb1bf46d24ef204e335f5f49b0e8f5501cbc9f8 Mon Sep 17 00:00:00 2001 From: crupest Date: Wed, 10 Jun 2020 15:31:51 +0800 Subject: feat(front): Fix #92 . --- Timeline/ClientApp/src/index.sass | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'Timeline/ClientApp/src/index.sass') diff --git a/Timeline/ClientApp/src/index.sass b/Timeline/ClientApp/src/index.sass index a9329a34..4ba38aa1 100644 --- a/Timeline/ClientApp/src/index.sass +++ b/Timeline/ClientApp/src/index.sass @@ -73,3 +73,11 @@ textarea @extend .border-primary @extend .rounded @extend .bg-light + +.full-viewport-center-child + position: fixed + width: 100vw + height: 100vh + display: flex + justify-content: center + align-items: center -- cgit v1.2.3