Add display to the capacity panel (closes #95)
This commit is contained in:
parent
e6e392d7e5
commit
c525c1390b
2 changed files with 13 additions and 0 deletions
|
|
@ -55,4 +55,13 @@
|
|||
|
||||
}
|
||||
}
|
||||
|
||||
.capacity-panel {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 30px min-content 30px;
|
||||
|
||||
.used, .total {
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue