Style for new items bond/title + fix XP table

This commit is contained in:
Mandar
2021-05-29 15:59:32 +02:00
parent a5011caf9c
commit 5ca8d800fc
8 changed files with 79 additions and 54 deletions

View File

@@ -1,6 +1,9 @@
// Item List
.item-list {
flex: 100%;
.tab[data-tab] {
display: none;
}
.item {
.item-header {
display: flex;
@@ -426,4 +429,7 @@
}
}
}
article {
flex: 100%;
}
}