Update css example for latest code changes

This commit is contained in:
Daniel Winzen
2020-12-27 17:35:27 +01:00
parent c7b824c56b
commit 86a8a81e22

View File

@ -4,5 +4,5 @@ input, select, textarea, button {padding: 0.2em; border: 1px solid #ffffff; bord
#messages {display: block; width: 79%} #messages {display: block; width: 79%}
.messages #topic {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 {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 td, #chatters tr, #chatters th {display: table-row; line-height: 0.8em;}
.messages #chatters table a {display: table-row; line-height: 0;} .messages #chatters table a {display: table-row;}