fix: restore correct modal layout
This commit is contained in:
@@ -12,16 +12,25 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
#privileges-modal {
|
#privileges-modal {
|
||||||
width: 400px;
|
min-width: 400px;
|
||||||
|
max-width: 700px;
|
||||||
|
|
||||||
input {
|
input {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sk-panel-header {
|
.sk-panel-header {
|
||||||
|
position: relative;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.close-button {
|
||||||
|
cursor: pointer;
|
||||||
|
position: absolute;
|
||||||
|
padding: 1.1rem 2rem;
|
||||||
|
right: 0;
|
||||||
|
}
|
||||||
|
|
||||||
table {
|
table {
|
||||||
margin-bottom: 12px;
|
margin-bottom: 12px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|||||||
Reference in New Issue
Block a user