Spaces:
Running
on
T4
Running
on
T4
File size: 287 Bytes
2485dd8 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
.xr-dialog-button {
margin-bottom: 16px;
padding-left: 20px;
padding-right: 20px;
}
.xr-dialog-container {
min-height: 200px;
}
.xr-dialog-text-center {
text-align: center;
}
.xr-dialog-canvas-container {
display: flex;
align-items: center;
justify-content: center;
}
|