mirror of
https://github.com/mickael-kerjean/filestash.git
synced 2025-11-01 10:56:31 +08:00
21 lines
447 B
SCSS
21 lines
447 B
SCSS
.component_ebookviewer{
|
|
display: flex;
|
|
flex-direction: column;
|
|
flex: 1;
|
|
width: 100%;
|
|
flex-grow: 1;
|
|
|
|
.ebookviewer_container{
|
|
display: flex;
|
|
flex-grow: 1;
|
|
min-height: 0;
|
|
.epub-container {
|
|
background: var(--super-light);
|
|
padding-top: 50px;
|
|
padding-bottom: 50px;
|
|
box-sizing: border-box;
|
|
overflow-x: hidden!important;
|
|
}
|
|
}
|
|
}
|