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 +} 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%; +} + } diff --git a/views/thread.ejs b/views/thread.ejs index 3f83b58..c1d0748 100644 --- a/views/thread.ejs +++ b/views/thread.ejs @@ -97,6 +97,7 @@
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 %>