Added styles and fix button for API

This commit is contained in:
2025-06-26 19:49:14 -06:00
parent 23cc4ab8f0
commit 5413f80ee2
14 changed files with 101 additions and 33 deletions

View File

@@ -0,0 +1,33 @@
.furniture-item {
padding: 10px;
margin-bottom: 8px;
background-color: #2c2c2c;
border-radius: 8px;
border-width: 1px;
border-color: #555;
flex-direction: column;
color: white;
flex-grow: 0;
flex-shrink: 0;
height: auto;
}
.furniture-title {
font-size: 14px;
-unity-font-style: bold;
color: white;
white-space: normal;
word-wrap: break-word;
overflow: hidden;
}
.furniture-subtitle {
font-size: 13px;
color: #cccccc;
}
#FurnitureItemDocumentUI-container{
display:none;
}