ui: tweaks

This commit is contained in:
cha0s 2021-01-20 22:30:19 -06:00
parent 8daf50bdf9
commit be47bbff7a
2 changed files with 3 additions and 3 deletions

View File

@ -2,8 +2,8 @@
.hotbar {
position: absolute;
width: 70%;
height: 100px;
width: 60%;
height: 80px;
left: 50%;
top: 2%;
transform: translateX(-50%);

View File

@ -4,7 +4,7 @@
border: 4px dashed rgba(0, 0, 0, 0.5);
box-sizing: border-box;
display: inline-block;
padding: 16px;
padding: 8px;
position: relative;
width: 9%;
height: 100%;