From 00c71da0c32253b3dfda468e1dd66dc1127fed82 Mon Sep 17 00:00:00 2001 From: Renard Date: Sun, 6 Oct 2019 19:12:32 -0300 Subject: Threadlist fixes --- src/App.css | 8 ++++++++ src/ThreadList.js | 8 +++++--- 2 files changed, 13 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/App.css b/src/App.css index 771c2c9..ecd145d 100644 --- a/src/App.css +++ b/src/App.css @@ -197,4 +197,12 @@ display: block !important; margin-top: 1em; margin-bottom: 1em; +} + +.ui.divided.items>.item.inverted:first-child { + border-top: none; +} + +.ui.divided.items>.item.inverted { + border-top: 1px solid rgba(49, 50, 51, 1); } \ No newline at end of file diff --git a/src/ThreadList.js b/src/ThreadList.js index 56f9ab2..6069157 100644 --- a/src/ThreadList.js +++ b/src/ThreadList.js @@ -48,8 +48,8 @@ class ThreadList extends Component { {threadList.map((thread, index) => { return ( - - {currentBoard.allow_images === 1 && ( + + {currentBoard.allow_images === 1 && thread.thumb !== "" && ( {thread.subject} -- cgit v1.2.1-18-gbd029