mirror of
https://github.com/lemeow125/Borrowing-TrackerFrontend.git
synced 2025-05-17 11:58:14 +08:00
Fixed landing page being broken in mobile and merged popup styling
This commit is contained in:
parent
fb41277746
commit
1c595b3b03
4 changed files with 16 additions and 29 deletions
|
@ -140,18 +140,7 @@ export default function EquipmentListPage() {
|
|||
onClose={() => SetEditModalOpen(false)}
|
||||
modal
|
||||
position={"top center"}
|
||||
contentStyle={{
|
||||
width: "32rem",
|
||||
borderRadius: 16,
|
||||
borderColor: "grey",
|
||||
borderStyle: "solid",
|
||||
borderWidth: 1,
|
||||
padding: 16,
|
||||
alignContent: "center",
|
||||
justifyContent: "center",
|
||||
textAlign: "center",
|
||||
flexWrap: "wrap",
|
||||
}}
|
||||
contentStyle={styles.popup_center}
|
||||
>
|
||||
<EditSKUModal id={selectedItem} setOpen={SetEditModalOpen} />
|
||||
</Popup>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue