Ben/rollback message indicator (#426)

* Update chat and add precompilation paths

* Update chat and add precompilation paths

* Adjust assets.rb

* Remove inconsistent test

* Fix check for pathname in chat

* Rearchitect chat channel subscriptions

* Remove connect icon from nav
This commit is contained in:
Ben Halpern 2018-06-12 19:19:11 -04:00 committed by GitHub
parent dc7f8f03b1
commit 9ce30b22b2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -44,7 +44,7 @@
display:none;
}
.write{
width:100px;
width:110px;
padding: 3px 0px;
height: auto;
top:12px;
@ -54,11 +54,11 @@
border: 2px solid $black;
@media screen and ( min-width: 560px ){
display:block;
right:140px;
right:105px;
}
@media screen and ( min-width: 700px ){
display:block;
right:165px;
right:120px;
}
}
.connect-icon{
@ -69,6 +69,7 @@
z-index:10;
top:1px;
right:90px;
display: none;
@media screen and ( min-width:700px ){
right:110px;
}