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:
parent
8129b9ca43
commit
f39ff07c81
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user