1
0
mirror of https://github.com/mattermost/focalboard.git synced 2025-07-15 23:54:29 +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

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 {