|
@@ -129,7 +129,7 @@ export default function AdminModerationPage() {
|
|
|
) : places.length === 0 ? (
|
|
) : places.length === 0 ? (
|
|
|
<p className="text-white/40">Нет мест</p>
|
|
<p className="text-white/40">Нет мест</p>
|
|
|
) : (
|
|
) : (
|
|
|
- <div className="max-h-[calc(100vh-15rem)] space-y-4 overflow-y-auto pb-8 pr-1">
|
|
|
|
|
|
|
+ <div className="max-h-[calc(100vh-17rem)] space-y-4 overflow-y-auto pb-8 pr-1">
|
|
|
{places.map((place) => (
|
|
{places.map((place) => (
|
|
|
<div key={place.id} className="rounded-lg border border-white/10 bg-white/5 p-4">
|
|
<div key={place.id} className="rounded-lg border border-white/10 bg-white/5 p-4">
|
|
|
<div className="mb-2 flex items-center gap-3">
|
|
<div className="mb-2 flex items-center gap-3">
|