🎨 style(ui): Optimize the detail page height
This commit is contained in:
@@ -534,7 +534,7 @@ const Detail = (props) => {
|
|||||||
};
|
};
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="bg-gray-50 min-h-screen">
|
<div className="bg-gray-50 h-full">
|
||||||
<div className="flex items-center justify-between mb-4">
|
<div className="flex items-center justify-between mb-4">
|
||||||
<h2 className="text-2xl font-semibold text-gray-800">{getGreeting()}</h2>
|
<h2 className="text-2xl font-semibold text-gray-800">{getGreeting()}</h2>
|
||||||
<div className="flex gap-3">
|
<div className="flex gap-3">
|
||||||
|
|||||||
Reference in New Issue
Block a user