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:
parent
dc7f8f03b1
commit
9ce30b22b2
1 changed files with 4 additions and 3 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue