From 86a8a81e22669df898feee870b0cf412862aa360 Mon Sep 17 00:00:00 2001 From: Daniel Winzen Date: Sun, 27 Dec 2020 17:35:27 +0100 Subject: [PATCH] Update css example for latest code changes --- chatters_list_on_right_example.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chatters_list_on_right_example.css b/chatters_list_on_right_example.css index 616d4ec..6df7de6 100644 --- a/chatters_list_on_right_example.css +++ b/chatters_list_on_right_example.css @@ -4,5 +4,5 @@ input, select, textarea, button {padding: 0.2em; border: 1px solid #ffffff; bord #messages {display: block; width: 79%} .messages #topic {display: block; width: 79%} .messages #chatters {display: block; float:right; width: 20%; overflow-y: auto; position:fixed; right:0; max-height:100%; bottom:2em; top:2em;} -.messages #chatters td, #chatters tr, #chatters th {display: table-row; width: 100%!important;} -.messages #chatters table a {display: table-row; line-height: 0;} +.messages #chatters td, #chatters tr, #chatters th {display: table-row; line-height: 0.8em;} +.messages #chatters table a {display: table-row;}