mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Merge branch 'master' of github.com:nixolas1/Zoff
This commit is contained in:
@@ -192,9 +192,28 @@ hide mdi-action-visibility mdi-action-visibility-off
|
||||
|
||||
/*------------------- Channel page ---------------------------------------------------------------------------- */
|
||||
|
||||
.tab a {
|
||||
background-color:rgba(0,0,0,0) !important;
|
||||
}
|
||||
|
||||
.chat-tab, .chat-tab-li {
|
||||
color:black !important;
|
||||
margin:0 !important;
|
||||
}
|
||||
|
||||
.indicator {
|
||||
background-color:black !important;
|
||||
}
|
||||
|
||||
#chatchannel, #chatall {
|
||||
height: calc(100% - 49px);
|
||||
overflow-y:scroll;
|
||||
text-align:left;
|
||||
word-wrap:break-word;
|
||||
}
|
||||
|
||||
#chat {
|
||||
height: calc(100% - 121px);
|
||||
overflow-y: scroll;
|
||||
text-align:left;
|
||||
word-wrap:break-word;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user