Merge remote-tracking branch 'origin/feat/inport-props' into feat/craft-discovery
# Conflicts: # Assets/External/Animated PBR Chest Demo/Materials/WoodChest.mat # Packages/com.distantlands.cozy.core/Content/Integration/Import for BiRP.unitypackage.meta # Packages/com.distantlands.cozy.core/Content/Integration/Import for HDRP.unitypackage.meta # Packages/com.distantlands.cozy.core/Content/Integration/Import for URP.unitypackage.meta
This commit is contained in:
@@ -59,11 +59,6 @@
|
||||
flex-grow: 1;
|
||||
}
|
||||
|
||||
.ash-search {
|
||||
width: 180px;
|
||||
margin-right: 6px;
|
||||
}
|
||||
|
||||
/* ── Body split ──────────────────────────────────────────── */
|
||||
.ash-body {
|
||||
flex-direction: row;
|
||||
@@ -81,6 +76,57 @@
|
||||
flex-grow: 1;
|
||||
}
|
||||
|
||||
/* ── Left-pane filter header (search + type) ─────────────── */
|
||||
.ash-listheader {
|
||||
padding-top: 6px;
|
||||
padding-bottom: 6px;
|
||||
padding-left: 6px;
|
||||
padding-right: 6px;
|
||||
border-bottom-width: 1px;
|
||||
border-bottom-color: rgb(18, 19, 22);
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.ash-listsearch {
|
||||
margin: 0;
|
||||
width: auto;
|
||||
flex-grow: 1;
|
||||
flex-shrink: 1;
|
||||
min-width: 0;
|
||||
max-width: 100%;
|
||||
height: 22px;
|
||||
border-radius: 4px;
|
||||
background-color: rgb(46, 47, 52);
|
||||
border-width: 0;
|
||||
}
|
||||
|
||||
.ash-listsearch .unity-toolbar-search-field__search-button {
|
||||
background-color: rgba(0, 0, 0, 0);
|
||||
border-width: 0;
|
||||
}
|
||||
|
||||
.ash-listsearch .unity-base-text-field__input {
|
||||
background-color: rgba(0, 0, 0, 0);
|
||||
border-width: 0;
|
||||
}
|
||||
|
||||
.ash-typefilter {
|
||||
margin-top: 6px;
|
||||
margin-left: 0;
|
||||
margin-right: 0;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.ash-typefilter .unity-base-field__label {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.ash-typefilter .unity-base-popup-field__input {
|
||||
border-radius: 4px;
|
||||
background-color: rgb(46, 47, 52);
|
||||
border-width: 0;
|
||||
}
|
||||
|
||||
.ash-right {
|
||||
flex-grow: 1;
|
||||
padding: 12px;
|
||||
@@ -277,6 +323,15 @@
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
|
||||
/* Small italic note clarifying a field inside a card */
|
||||
.ash-card__hint {
|
||||
margin-top: 6px;
|
||||
font-size: 10px;
|
||||
color: rgb(130, 132, 140);
|
||||
-unity-font-style: italic;
|
||||
white-space: normal;
|
||||
}
|
||||
|
||||
.ash-description .unity-text-field__input {
|
||||
min-height: 48px;
|
||||
white-space: normal;
|
||||
|
||||
Reference in New Issue
Block a user