menu entierement en ligne pour iframe et ajout liens vers revues litterall
This commit is contained in:
8
styles/skeleton.css
vendored
8
styles/skeleton.css
vendored
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user