Skip to content

Commit

Permalink
mattermost-communityGH-2243.- Vertically centering dialogs in Boards (m…
Browse files Browse the repository at this point in the history
  • Loading branch information
asaadmahmood authored Mar 2, 2022
1 parent 8129b9c commit f39ff07
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions webapp/src/components/dialog.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit f39ff07

Please sign in to comment.