You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Ombi/src/Ombi/ClientApp/src/app/settings/emby/emby-server-dialog/emby-server-dialog.componen...

29 lines
473 B

@media (max-width: 978px) {
::ng-deep .mat-dialog-container {
overflow: unset;
display: flex;
flex-direction: column;
.mat-dialog-content{
max-height: unset;
}
.mat-dialog-actions{
min-height: unset;
}
emby-server-dialog-component {
display: flex;
flex-direction: column;
min-height: 1px;
}
}
}
::ng-deep mat-form-field .mat-form-field {
&-subscript-wrapper {
position: static;
}
}