From 33bf4aa8ad135fc551567551b3ac9cac1f6c73f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=83=9E=E3=83=AA=E3=82=A6=E3=82=B9?= Date: Wed, 4 Jan 2023 21:44:45 -0500 Subject: [PATCH] Removed testing code --- ui/views/posts/posts.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/views/posts/posts.go b/ui/views/posts/posts.go index d62d731..30ba9e9 100644 --- a/ui/views/posts/posts.go +++ b/ui/views/posts/posts.go @@ -112,10 +112,10 @@ func (m Model) Update(msg tea.Msg) (tea.Model, tea.Cmd) { m.ctx.Theme.PostsList.List.Focused.Height(listHeight) m.ctx.Theme.PostsList.List.Blurred.Height(listHeight) m.list.SetSize( - listWidth-2+60, + listWidth-2, listHeight-2, ) - msg.Width = listWidth + 60 + msg.Width = listWidth msg.Height = listHeight case cmd.Command: