Client has been renamed to launcher, and thus namespaces and artifact names had to change. The server project has also had some artifacts renamed in order to create a more clear separation of builds. This will break auto-updates before v0.9.0.
21 lines
No EOL
341 B
SCSS
21 lines
No EOL
341 B
SCSS
.pdf-reader-dialog {
|
|
.ant-modal-content {
|
|
resize: both !important;
|
|
}
|
|
|
|
.ant-modal-body {
|
|
padding: 0;
|
|
height: 100%;
|
|
}
|
|
|
|
.ant-modal-close-x,
|
|
.ant-modal-max-btn-x {
|
|
width: 32px;
|
|
height: 32px;
|
|
line-height: 32px;
|
|
}
|
|
|
|
.ant-modal-max-btn {
|
|
right: 32px;
|
|
}
|
|
} |