From 66e3e37b1ce42ae934142d3015a12a3ba6f4aa35 Mon Sep 17 00:00:00 2001 From: tokmak0 <112181684+tokmak0@users.noreply.github.com> Date: Wed, 31 Aug 2022 16:02:28 +0300 Subject: [PATCH 1/4] Update thread.css --- public/css/thread.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/css/thread.css b/public/css/thread.css index bdc159a..affcd2e 100644 --- a/public/css/thread.css +++ b/public/css/thread.css @@ -199,4 +199,8 @@ width: 120px; .dots-menu.active{ display:flex; } +.content{ + width:50%; +} + } From 6ed388cc05c143469a787aea9e57cdd0a03d22fd Mon Sep 17 00:00:00 2001 From: tokmak0 <112181684+tokmak0@users.noreply.github.com> Date: Wed, 31 Aug 2022 16:03:21 +0300 Subject: [PATCH 2/4] Update create_thread.css --- public/css/create_thread.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/css/create_thread.css b/public/css/create_thread.css index b8fda87..3f0c175 100644 --- a/public/css/create_thread.css +++ b/public/css/create_thread.css @@ -17,7 +17,7 @@ form { display: block; font-weight: 600; color: #4c4c4c; - width: 500px; + width: 100%; margin-bottom: 10px; border: 2px solid #d9d9d9; -} \ No newline at end of file +} From 61ff3951bd4f946d2dced148c2d573701317df09 Mon Sep 17 00:00:00 2001 From: tokmak0 <112181684+tokmak0@users.noreply.github.com> Date: Wed, 31 Aug 2022 16:04:20 +0300 Subject: [PATCH 3/4] Update thread.ejs --- views/thread.ejs | 1 + 1 file changed, 1 insertion(+) diff --git a/views/thread.ejs b/views/thread.ejs index 4cda078..6664457 100644 --- a/views/thread.ejs +++ b/views/thread.ejs @@ -97,6 +97,7 @@
From 46dbbcd34375421d051de47cb8a8797a8df260a9 Mon Sep 17 00:00:00 2001 From: tokmak0 <112181684+tokmak0@users.noreply.github.com> Date: Wed, 31 Aug 2022 16:04:37 +0300 Subject: [PATCH 4/4] Update threads.ejs --- views/threads.ejs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/views/threads.ejs b/views/threads.ejs index 5a86f46..8058a3e 100644 --- a/views/threads.ejs +++ b/views/threads.ejs @@ -3,6 +3,8 @@ <%- include("extra/meta", {title: "Thread list!" }) %> + + <%- include("extra/navbar") %> @@ -17,6 +19,7 @@ <%= thread.title %>
+ <%= thread.author.name %>