.trash-dialog { max-width: 1100px; height: calc(100% - 56px); overflow: hidden; } .trash-dialog .modal-content { height: 100%; overflow: hidden; } .trash-dialog .modal-header { align-items: center; } .trash-dialog .modal-header .trash-dialog-old-page { margin-left: auto; } .trash-dialog .modal-header .trash-dialog-close-icon { color: #000; opacity: 0.5; font-weight: 700; cursor: pointer; } .trash-dialog .modal-header .trash-dialog-close-icon:hover { opacity: 0.75; } .trash-dialog .modal-header .clean { height: 30px; line-height: 28px; padding: 0 0.5rem; } .trash-dialog .modal-body { height: 500px; overflow-y: auto; } .trash-dialog .modal-body .more { background: #efefef; border: 0; color: #666; } .trash-dialog .modal-body .more:hover { color: #000; background: #dfdfdf; } @media (max-width: 768px) { .trash-dialog .modal-header .trash-dialog-old-page { font-size: 14px; } }