mirror of
https://github.com/logos-storage/logos-storage-marketplace-ui.git
synced 2026-04-23 03:13:08 +00:00
Improve reservations style
This commit is contained in:
parent
fa3e04c650
commit
3dc22ff2c5
@ -3,6 +3,7 @@
|
||||
margin-right: auto;
|
||||
margin-bottom: 1rem;
|
||||
font-size: 1.25rem;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
@media (min-width: 801px) {
|
||||
|
||||
@ -100,10 +100,13 @@ export function AvailabilityReservations({
|
||||
size: totalSize - totalUsed,
|
||||
},
|
||||
];
|
||||
const isEmpty = !!data.length;
|
||||
const isEmpty = !data.length;
|
||||
|
||||
return (
|
||||
<Modal open={open} onClose={onClose}>
|
||||
<p className="reservations-title">
|
||||
<b>Slots</b>
|
||||
</p>
|
||||
{isEmpty ? (
|
||||
<EmptyPlaceholder
|
||||
title="No reservation"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user