Fix metadata lookup modal styling
parent
d97e1f48b3
commit
ab67092c2f
|
@ -16,7 +16,7 @@
|
|||
</Template>;
|
||||
}
|
||||
|
||||
<Modal Visible="ModalVisible" Title="Game Metadata Lookup" Footer="@Footer">
|
||||
<Modal Visible="ModalVisible" Title="Game Metadata Lookup" Footer="@Footer" Class="game-metadata-lookup-modal">
|
||||
<Table
|
||||
@ref="ResultsTable"
|
||||
TItem="Game"
|
||||
|
|
|
@ -183,6 +183,14 @@ label.ant-btn-icon-only {
|
|||
background: rgba(255, 255, 255, 0.03);
|
||||
}
|
||||
|
||||
.game-metadata-lookup-modal .ant-modal-body {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.game-metadata-lookup-modal tbody tr {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.image-picker-images {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
|
|
Loading…
Reference in New Issue