updated overall design

This commit is contained in:
Ren Amamiya
2023-03-28 10:16:26 +07:00
parent a3ff254bc3
commit b0155bf334
14 changed files with 109 additions and 49 deletions
+1 -1
View File
@@ -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 */}