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.
9 lines
151 B
SCSS
9 lines
151 B
SCSS
.game-actions-dialog {
|
|
.ant-modal-body {
|
|
padding: 0;
|
|
}
|
|
|
|
.ant-list-clickable .ant-list-item::after {
|
|
display: none;
|
|
}
|
|
}
|