Fiddle with chat expand styles (#429)

This commit is contained in:
Ben Halpern 2018-06-13 15:55:33 -04:00 committed by GitHub
parent ac0c5791b6
commit 89f37e4bc0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 4 deletions

View file

@ -65,6 +65,11 @@
.chat__channels--expanded{
width: 180px;
@media screen and ( min-width: 1000px ){
.chat__channelstogglebutt{
display: none;
}
}
}
.chat__channelstogglebutt{
@ -75,9 +80,6 @@
-webkit-appearance: none;
font-size: 18px;
font-weight: bold;
img{
width: 100%;
}
}
.chat__channels input {
@ -88,6 +90,9 @@
padding: 8px;
margin-left: 2px;
font-size: 14px;
@media screen and ( min-width: 1000px ){
width: calc(100% - 12px);
}
}
.chat_chatconfig{

View file

@ -64,7 +64,6 @@ const Channels = ({ activeChannelId, chatChannels, handleSwitchChannel, expanded
style={{border:`1px solid ${channelColor}`, boxShadow: `3px 3px 0px ${channelColor}`}}
>
{content}
=======
<span
data-channel-slug={modififedSlug}
className={"chatchanneltabindicator chatchanneltabindicator--" + newMessagesIndicatorClass}