Minecraft tracker v2

group advancements by category
update font to Minecraft font
always display pearl/scrap counter
This commit is contained in:
espeon65536
2021-08-04 12:28:57 -05:00
committed by Fabian Dill
parent b38f7c8f2a
commit 2af5739592
3 changed files with 37 additions and 26 deletions

View File

@@ -38,11 +38,10 @@
#inventory-table div.item-count {
position: absolute;
color: white;
font-family: "Courier New", monospace;
font-family: "Minecraftia", monospace;
font-weight: bold;
font-size: 20px;
bottom: 0px;
right: 4px;
right: 0px;
}
#location-table{
@@ -54,6 +53,8 @@
border-bottom-right-radius: 4px;
background-color: #42b149;
padding: 0 3px 3px;
font-family: "Minecraftia", monospace;
font-size: 14px;
}
#location-table th{
@@ -65,15 +66,17 @@
#location-table td{
padding-top: 2px;
padding-bottom: 2px;
padding-right: 5px;
line-height: 20px;
}
#location-table td.counter{
padding-right: 8px;
text-align: right;
}
#location-table tr:last-child {
font-weight: bold;
}
#location-table img{
height: 100%;
max-width: 30px;