From e8f4b7c10e8adae43c8c05c9da7c4337ace50f69 Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Sun, 1 May 2022 15:44:57 +0200 Subject: [PATCH] CSS adjustments --- .../http/webapp/src/components/panels/Entities/EntityIcon.vue | 2 +- .../http/webapp/src/components/panels/Entities/common.scss | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/platypush/backend/http/webapp/src/components/panels/Entities/EntityIcon.vue b/platypush/backend/http/webapp/src/components/panels/Entities/EntityIcon.vue index ceb461e91c..2186b0c407 100644 --- a/platypush/backend/http/webapp/src/components/panels/Entities/EntityIcon.vue +++ b/platypush/backend/http/webapp/src/components/panels/Entities/EntityIcon.vue @@ -58,7 +58,7 @@ export default { .loading { position: absolute; bottom: 0; - transform: translate(50%, -50%); + transform: translate(0%, -50%); width: 1em; height: 1em; } diff --git a/platypush/backend/http/webapp/src/components/panels/Entities/common.scss b/platypush/backend/http/webapp/src/components/panels/Entities/common.scss index 4729060e24..289b1ec85c 100644 --- a/platypush/backend/http/webapp/src/components/panels/Entities/common.scss +++ b/platypush/backend/http/webapp/src/components/panels/Entities/common.scss @@ -6,6 +6,9 @@ flex-direction: column; .head { + height: 100%; + display: flex; + align-items: center; padding: 0.75em 0.25em; .label {