Fixed Details Modal.
This commit is contained in:
parent
79c38c36ea
commit
88cbf0c3ea
@ -10,10 +10,11 @@
|
|||||||
animation: modalSlideUp 0.3s ease-out;
|
animation: modalSlideUp 0.3s ease-out;
|
||||||
}
|
}
|
||||||
|
|
||||||
.modal-header {
|
.modal-headerr {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
gap: 20px;
|
gap: 20px;
|
||||||
|
justify-content: left;
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
padding-bottom: 15px;
|
padding-bottom: 15px;
|
||||||
border-bottom: 1px solid rgba(255, 255, 255, 0.05);
|
border-bottom: 1px solid rgba(255, 255, 255, 0.05);
|
||||||
|
|||||||
@ -75,7 +75,7 @@ const DatapackDetailsModal = ({ data, onClose }) => {
|
|||||||
×
|
×
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
<div className="modal-header">
|
<div className="modal-headerr">
|
||||||
<div className="modal-icon-big">
|
<div className="modal-icon-big">
|
||||||
{data.texture ? (
|
{data.texture ? (
|
||||||
<img src={`${config.serverUrl}/static/${data.texture}`} alt="" />
|
<img src={`${config.serverUrl}/static/${data.texture}`} alt="" />
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user