rapport
This commit is contained in:
parent
672553f3aa
commit
eaf77e8975
8 changed files with 65 additions and 51 deletions
|
|
@ -2047,4 +2047,27 @@ body main {
|
|||
|
||||
#tab-toc:checked ~ .content-aside #print-features {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#rapport {
|
||||
--fig-outside: calc(var(--spacing)*2);
|
||||
}
|
||||
#rapport .container-figure {
|
||||
width: calc(100% + var(--fig-outside) * 2);
|
||||
position: relative;
|
||||
left: calc(var(--fig-outside) * -1);
|
||||
}
|
||||
#rapport .fig-simple {
|
||||
height: calc(100vh - var(--header-h) - var(--spacing) * 2);
|
||||
}
|
||||
#rapport .fig-simple figure {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
overflow: hidden;
|
||||
}
|
||||
#rapport .fig-simple figure img {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
-o-object-fit: contain;
|
||||
object-fit: contain;
|
||||
}/*# sourceMappingURL=style.css.map */
|
||||
Loading…
Add table
Add a link
Reference in a new issue