mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2024-11-15 02:21:21 +01:00
Hide Today at css, for now
This commit is contained in:
parent
e21f463558
commit
fd1774edeb
@ -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) }
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user