installer now works on smaller screens
This commit is contained in:
@@ -29,7 +29,7 @@ export class UmbApp extends UmbContextProviderMixin(LitElement) {
|
||||
:host,
|
||||
#outlet {
|
||||
display: block;
|
||||
width: 100vw;
|
||||
width: 100%;
|
||||
height: 100vh;
|
||||
}
|
||||
`;
|
||||
|
||||
@@ -31,8 +31,8 @@ export class UmbInstallerLayout extends LitElement {
|
||||
position: relative;
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
width: 100%;
|
||||
min-height: 100vh;
|
||||
}
|
||||
|
||||
#box {
|
||||
|
||||
Reference in New Issue
Block a user