1
0
mirror of https://github.com/mattermost/focalboard.git synced 2025-03-06 15:36:17 +02:00

GH-2243.- Vertically centering dialogs in Boards (#2280)

This commit is contained in:
Asaad Mahmood 2022-03-02 18:22:36 +05:00 committed by GitHub
parent 8129b9ca43
commit f39ff07c81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,6 +13,9 @@
width: 100%;
height: 100%;
background-color: rgba(var(--center-channel-color-rgb), 0.5);
display: flex;
align-items: center;
justify-content: center;
}
.dialog {