Hide Today at css, for now

This commit is contained in:
Jeremy Zhang 2017-05-26 04:24:26 +00:00
parent e21f463558
commit fd1774edeb
2 changed files with 2 additions and 2 deletions

View File

@ -59,7 +59,7 @@ margin-right:4px
}
#chatcontent > p { display: table; }
#chatcontent > p > span { display: table-row }
#chatcontent > p > span:nth-child(1):before { content:"Today at " }
/*#chatcontent > p > span:nth-child(1):before { content:"Today at " }*/
#chatcontent > p > span.chatusername { display: table-header-group }
#chatcontent > p > span.chatmessage { display: table-footer-group;display:inline-block!important;color:rgb(195,196,197) }
::-webkit-input-placeholder { color:rgb(99,99,99) }

View File

@ -75,7 +75,7 @@ margin-right:4px
}
#chatcontent > p { display: table; }
#chatcontent > p > span { display: table-row }
#chatcontent > p > span:nth-child(1):before { content:"Today at " }
/*#chatcontent > p > span:nth-child(1):before { content:"Today at " }*/
#chatcontent > p > span.chatusername { display: table-header-group }
#chatcontent > p > span.chatmessage { display: table-footer-group;display:inline-block!important;color:rgb(195,196,197) }
#chatcontent {