mirror of
https://github.com/mickael-kerjean/filestash
synced 2025-12-10 02:16:06 +01:00
20 lines
378 B
SCSS
20 lines
378 B
SCSS
.component_page_viewerpage{
|
|
display: flex;
|
|
flex-direction: column;
|
|
height: 100%;
|
|
|
|
.page_container{
|
|
flex: 1;
|
|
display: flex;
|
|
overflow: hidden;
|
|
width: 100%;
|
|
> div{
|
|
width: 100%;
|
|
height: 100%;
|
|
> div{
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
}
|
|
}
|
|
}
|