menu entierement en ligne pour iframe et ajout liens vers revues litterall

This commit is contained in:
ethylotest
2021-03-26 18:49:10 +01:00
parent b0bd0673fc
commit 1effbad549
15 changed files with 388 additions and 110 deletions

8
styles/skeleton.css vendored
View File

@@ -18,14 +18,8 @@ body {
nav {
flex-direction: row;
/*we have to set the height to use the height % for childs elements*/
height: var(--nav-height);
background-color: var(--color-back-base);
height: calc(var(--nav-height) + 1px);
z-index: 10;
border-bottom: 1px solid var(--color-lines-4);
}
nav iframe {
width: 100%;
height: 100%;
}
.container_main {
flex-direction: row;