Fix metadata lookup modal styling
This commit is contained in:
parent
d97e1f48b3
commit
ab67092c2f
2 changed files with 9 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
||||||
</Template>;
|
</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
|
<Table
|
||||||
@ref="ResultsTable"
|
@ref="ResultsTable"
|
||||||
TItem="Game"
|
TItem="Game"
|
||||||
|
|
|
@ -183,6 +183,14 @@ label.ant-btn-icon-only {
|
||||||
background: rgba(255, 255, 255, 0.03);
|
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 {
|
.image-picker-images {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
|
|
Loading…
Add table
Reference in a new issue