mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2025-06-17 03:45:25 +02:00
Channel names are directly selectable and changable in chat
This commit is contained in:
@ -350,6 +350,10 @@ a {
|
||||
color: #82b1ff;
|
||||
}
|
||||
|
||||
#chatcontent a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
#fetching-indicator {
|
||||
position: absolute;
|
||||
right: 1vw;
|
||||
@ -482,6 +486,19 @@ p.mentioned span.chatmessage {
|
||||
margin-bottom: 3px;
|
||||
}
|
||||
|
||||
.chatmessage .channellink {
|
||||
border-radius: 5px;
|
||||
background-color: rgba(0, 0, 0, 0.2);
|
||||
color: #82b1ff;
|
||||
cursor: pointer;
|
||||
|
||||
}
|
||||
|
||||
.chatmessage .channellink:hover {
|
||||
background-color: rgba(0, 0, 0, 0.5);
|
||||
color: white;
|
||||
}
|
||||
|
||||
#emoji-picker {
|
||||
color: black;
|
||||
position: fixed;
|
||||
|
Reference in New Issue
Block a user