This commit is contained in:
@@ -954,17 +954,19 @@ watch(() => props.visible, (val) => {
|
||||
// ========================================
|
||||
@media (max-width: 768px) {
|
||||
.history-overlay {
|
||||
padding: 20px;
|
||||
align-items: flex-end;
|
||||
padding: 0;
|
||||
align-items: stretch;
|
||||
}
|
||||
|
||||
.history-modal {
|
||||
max-height: calc(100vh - 40px);
|
||||
border-radius: 20px 20px 12px 12px;
|
||||
max-width: 100%;
|
||||
max-height: 100vh;
|
||||
height: 100vh;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
.modal-header {
|
||||
padding: 20px 20px 16px;
|
||||
padding: 16px 20px;
|
||||
}
|
||||
|
||||
.modal-body {
|
||||
|
||||
Reference in New Issue
Block a user