updated overall design
This commit is contained in:
@@ -3,7 +3,7 @@ import Newsfeed from '@components/columns/navigator/newsfeed';
|
||||
|
||||
export default function NavigatorColumn() {
|
||||
return (
|
||||
<div className="relative flex h-full flex-col gap-4 pt-4">
|
||||
<div className="relative flex h-full flex-col gap-1 overflow-hidden pt-4">
|
||||
{/* Newsfeed */}
|
||||
<Newsfeed />
|
||||
{/* Messages */}
|
||||
|
||||
Reference in New Issue
Block a user