mirror of
https://github.com/chuot/rdio-scanner.git
synced 2026-08-13 16:33:01 -06:00
Fix height when in portrait
This commit is contained in:
parent
14e5d0e097
commit
19a80b66e2
|
|
@ -16,6 +16,10 @@
|
|||
width: 100%;
|
||||
}
|
||||
|
||||
.mat-sidenav-container {
|
||||
height:100%;
|
||||
}
|
||||
|
||||
.mat-sidenav-content {
|
||||
align-items: center;
|
||||
display: flex;
|
||||
|
|
@ -25,8 +29,8 @@
|
|||
|
||||
.radio-bezel {
|
||||
box-sizing: border-box;
|
||||
height: inherit;
|
||||
max-width: 640px;
|
||||
min-height: 0;
|
||||
padding: 24px;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue