update view page to full screen
This commit is contained in:
parent
3791ec0d2d
commit
fca5951eb1
1 changed files with 11 additions and 0 deletions
|
|
@ -1,7 +1,18 @@
|
|||
.container {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
color: white;
|
||||
align-items: flex-start;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.viewer {
|
||||
display: flex;
|
||||
color: white;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
flex: 1;
|
||||
padding-top: 10px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue