Fix: Ausweis als Fullscreen-Modal statt neuem Tab, UI.modal size-Parameter
This commit is contained in:
parent
1af9bc0f7e
commit
cb8ac8cffd
5 changed files with 38 additions and 5 deletions
|
|
@ -670,6 +670,26 @@ textarea.form-control {
|
|||
}
|
||||
@media (min-width: 768px) { .modal-handle { display: none; } }
|
||||
|
||||
.modal-overlay--fullscreen {
|
||||
padding: 0;
|
||||
}
|
||||
.modal-overlay--fullscreen .modal {
|
||||
width: 100%;
|
||||
max-width: 100%;
|
||||
height: 100%;
|
||||
max-height: 100%;
|
||||
border-radius: 0;
|
||||
border: none;
|
||||
}
|
||||
.modal-overlay--fullscreen .modal-handle { display: none; }
|
||||
|
||||
.ausweis-frame {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
border: none;
|
||||
flex: 1 1 auto;
|
||||
}
|
||||
|
||||
.modal-header {
|
||||
padding: var(--space-4) var(--space-6);
|
||||
border-bottom: 1px solid var(--c-border-light);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue