More TGUI Hotfixes (#22632)

changes:
- bugfix: "Fixes LateJoin and Manifest interfaces not displaying
department colors by creating a shared component for both interfaces to
use."
- bugfix: "Fixes the Manifest interface not displaying colors for crew
status."
  - bugfix: "Fixes status composer not allowing AIs to view TGUIs."
  - bugfix: "Fixes inline icons in alt-click atom viewer."
  - bugfix: "Fixes PDA light toggle icon not appearing."
  - bugfix: "Fixes autolathe category view not filtering items."

---------

Signed-off-by: Batrachophreno <Batrochophreno@gmail.com>
This commit is contained in:
Batrachophreno
2026-06-05 23:22:00 +00:00
committed by GitHub
parent 3cf0d1607e
commit cbd3ab0da2
7 changed files with 83 additions and 14 deletions
+22
View File
@@ -37,6 +37,28 @@ img {
image-rendering: pixelated;
}
.listed-turf-list {
display: flex;
flex-direction: column;
gap: 0.25em;
}
.listed-turf-item {
display: inline-flex;
align-items: center;
gap: 0.35em;
width: 100%;
cursor: pointer;
}
.listed-turf-item img {
flex: 0 0 auto;
}
.listed-turf-item .link {
min-width: 0;
}
.stat-container {
display: flex;
flex-direction: column;