Fix Css popups, items, desc & note

This commit is contained in:
Mandar
2021-07-10 01:06:37 +02:00
parent fbda6e6c98
commit c9f3f1fc3b
16 changed files with 51 additions and 24 deletions

View File

@@ -313,8 +313,11 @@
}
&.property {
article {
&.properties {
width: 100%;
}
&.infos {
height: calc(100% - 0.5rem);
height: calc(100% - 4.5rem);
}
}
}
@@ -383,16 +386,20 @@
}
}
&.title {
.sheet-body {
height: calc(100% - 90px - 4.25rem);
}
article {
&.infos {
height: calc(100% - 3.5rem);
}
&.attributes {
height: auto;
background: transparent;
}
&.experience {
flex: 100%;
height: calc(100% - 3.5rem);
height: calc(100% - 4rem);
}
}
}