Exp with img and cap have now it s own row

This commit is contained in:
Vlyan
2020-12-28 10:16:34 +01:00
parent 175c18a4dc
commit b057746ae5
5 changed files with 20 additions and 7 deletions

View File

@@ -475,17 +475,23 @@
thead {
th {
&:first-child {
flex: 0 0 2rem;
}
&:nth-child(2) {
flex: calc(100% - 16rem);
padding-left: 0.5rem;
text-align: left;
}
&:nth-child(2),
&:nth-child(3) {
flex: 0 0 5rem;
&:nth-child(3),
&:nth-child(4) {
flex: 0 0 4rem;
}
}
}
tbody {
.curriculum {
flex: 0 0 2rem;
}
.name {
flex: calc(100% - 13rem);
padding-left: 0.5rem;
@@ -493,7 +499,7 @@
}
.xp,
.rank {
flex: 0 0 5rem;
flex: 0 0 4rem;
}
.actions {
flex: 0 0 3rem;
@@ -509,6 +515,11 @@
}
}
}
img {
width: 16px;
height: 16px;
border: none;
}
}
}
&.actor,