11 lines
No EOL
206 B
SCSS
11 lines
No EOL
206 B
SCSS
.file-picker-dialog .ant-modal-body {
|
|
padding: 0;
|
|
}
|
|
|
|
.file-picker-dialog .file-manager {
|
|
height: calc(100vh - 55px - 53px);
|
|
}
|
|
|
|
.file-manager-selector-hidden .ant-radio-wrapper {
|
|
display: none;
|
|
} |