mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-25 05:51:56 +01:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user