frontend, localization, bugfix
This commit is contained in:
10
react/shared/elements/dialog.css
Normal file
10
react/shared/elements/dialog.css
Normal file
@@ -0,0 +1,10 @@
|
||||
.modal-dialog {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
width: 400px;
|
||||
border: 2px solid #000;
|
||||
padding: 8px;
|
||||
background-color: white;
|
||||
}
|
||||
Reference in New Issue
Block a user