This commit is contained in:
CortexCore
2023-10-24 23:37:59 +08:00
parent 325f63d6bc
commit 3e39e627bc
388 changed files with 29043 additions and 889 deletions

View File

@@ -55,8 +55,6 @@ TabBar Button:disabled {
}
.equip-container {
width: 128px;
height: 128px;
background-color: rgba(0, 0, 0, 0.5);
margin-left: 8px;
margin-right: 8px;
@@ -70,6 +68,9 @@ TabBar Button:disabled {
border-right-color: rgb(32, 32, 32);
border-top-color: rgb(32, 32, 32);
border-bottom-color: rgb(32, 32, 32);
min-width: 128px;
min-height: 128px;
max-width: 256px;
}
.equip-container:hover {