mirror of
https://github.com/wekan/wekan.git
synced 2025-12-18 08:20:12 +01:00
Update boardBody.css
This commit is contained in:
parent
adf8f7b69a
commit
399f63cef6
1 changed files with 19 additions and 1 deletions
|
|
@ -168,11 +168,28 @@
|
||||||
color: #fff !important;
|
color: #fff !important;
|
||||||
}
|
}
|
||||||
/* Modal Styles */
|
/* Modal Styles */
|
||||||
|
.modal {
|
||||||
|
display: none;
|
||||||
|
position: fixed;
|
||||||
|
top: 50%;
|
||||||
|
left: 50%;
|
||||||
|
transform: translate(-50%, -50%);
|
||||||
|
z-index: 9999;
|
||||||
|
background-color: rgba(0, 0, 0, 0.5);
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
.modal-dialog {
|
.modal-dialog {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
height: 70%;
|
height: 25%; /* Adjust the height to make it smaller */
|
||||||
|
position: relative;
|
||||||
|
margin: 10% auto; /* This margin will help center the modal vertically */
|
||||||
|
max-width: 400px; /* Adjust the max-width to make it smaller */
|
||||||
|
background-color: #fff;
|
||||||
|
border-radius: 5px;
|
||||||
|
box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
|
||||||
}
|
}
|
||||||
.modal-header {
|
.modal-header {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
@ -203,4 +220,5 @@
|
||||||
top: 5px;
|
top: 5px;
|
||||||
right: 5px;
|
right: 5px;
|
||||||
font-size: 25px;
|
font-size: 25px;
|
||||||
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue