mirror of
https://github.com/wanderer-industries/wanderer
synced 2025-12-12 02:35:42 +00:00
Signature header improvements
This commit is contained in:
@@ -20,7 +20,8 @@
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-menuitem, .p-menuitem-content {
|
.p-menuitem,
|
||||||
|
.p-menuitem-content {
|
||||||
height: 36px;
|
height: 36px;
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
}
|
}
|
||||||
@@ -67,3 +68,8 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.p-sortable-column {
|
||||||
|
font-size: 12px;
|
||||||
|
font-weight: bold;
|
||||||
|
padding: 0.25rem 0.5rem;
|
||||||
|
}
|
||||||
|
|||||||
@@ -216,7 +216,6 @@ export const SystemSignaturesContent = ({ systemId, settings }: SystemSignatures
|
|||||||
field="group"
|
field="group"
|
||||||
body={renderIcon}
|
body={renderIcon}
|
||||||
style={{ maxWidth: 26, minWidth: 26, width: 26 }}
|
style={{ maxWidth: 26, minWidth: 26, width: 26 }}
|
||||||
headerStyle={{ fontSize: "14px", padding: "0.25rem" }}
|
|
||||||
></Column>
|
></Column>
|
||||||
|
|
||||||
<Column
|
<Column
|
||||||
@@ -224,7 +223,6 @@ export const SystemSignaturesContent = ({ systemId, settings }: SystemSignatures
|
|||||||
header="Id"
|
header="Id"
|
||||||
bodyClassName="text-ellipsis overflow-hidden whitespace-nowrap"
|
bodyClassName="text-ellipsis overflow-hidden whitespace-nowrap"
|
||||||
style={{ maxWidth: 72, minWidth: 72, width: 72 }}
|
style={{ maxWidth: 72, minWidth: 72, width: 72 }}
|
||||||
headerStyle={{ fontSize: "14px", padding: "0.25rem" }}
|
|
||||||
sortable
|
sortable
|
||||||
></Column>
|
></Column>
|
||||||
<Column
|
<Column
|
||||||
@@ -232,7 +230,6 @@ export const SystemSignaturesContent = ({ systemId, settings }: SystemSignatures
|
|||||||
header="Group"
|
header="Group"
|
||||||
bodyClassName="text-ellipsis overflow-hidden whitespace-nowrap"
|
bodyClassName="text-ellipsis overflow-hidden whitespace-nowrap"
|
||||||
hidden={compact}
|
hidden={compact}
|
||||||
headerStyle={{ fontSize: "14px", padding: "0.25rem" }}
|
|
||||||
sortable
|
sortable
|
||||||
></Column>
|
></Column>
|
||||||
<Column
|
<Column
|
||||||
@@ -242,7 +239,6 @@ export const SystemSignaturesContent = ({ systemId, settings }: SystemSignatures
|
|||||||
body={renderName}
|
body={renderName}
|
||||||
style={{ maxWidth: nameColumnWidth }}
|
style={{ maxWidth: nameColumnWidth }}
|
||||||
hidden={compact || medium}
|
hidden={compact || medium}
|
||||||
headerStyle={{ fontSize: "14px", padding: "0.25rem" }}
|
|
||||||
sortable
|
sortable
|
||||||
></Column>
|
></Column>
|
||||||
<Column
|
<Column
|
||||||
@@ -251,7 +247,6 @@ export const SystemSignaturesContent = ({ systemId, settings }: SystemSignatures
|
|||||||
dataType="date"
|
dataType="date"
|
||||||
bodyClassName="w-[80px] text-ellipsis overflow-hidden whitespace-nowrap"
|
bodyClassName="w-[80px] text-ellipsis overflow-hidden whitespace-nowrap"
|
||||||
body={renderTimeLeft}
|
body={renderTimeLeft}
|
||||||
headerStyle={{ fontSize: "14px", padding: "0.25rem" }}
|
|
||||||
sortable
|
sortable
|
||||||
></Column>
|
></Column>
|
||||||
</DataTable>
|
</DataTable>
|
||||||
|
|||||||
Reference in New Issue
Block a user