// FREEBIE
@ -10,7 +10,6 @@
<li><a class='show-debug-log'>Submit debug log</a></li>
</ul>
</div>
<span class='title-text'>Signal</span>
<span class='socket-status'></span>
<div class='gutter'>
@ -63,8 +63,6 @@
extension.windows.open({
id: 'inbox',
url: 'index.html',
type: 'panel',
frame: 'none',
focused: true,
width: 580,
height: 440,
@ -119,10 +119,6 @@
extension.windows.beforeUnload(function() {
this.inboxListView.stopListening();
}.bind(this));
new Whisper.WindowControlsView({
appWindow: options.appWindow
}).$el.appendTo(this.$('#header'));
},
events: {
'click': 'closeMenu',
@ -85,7 +85,7 @@ button.back {
.menu {
position: relative;
float: left;
float: right;
height: 36px;
padding-right: 8px;
@ -101,7 +101,7 @@ button.back {
z-index: 1;
top: 100%;
left: 0;
right: 0;
margin: 0;
padding: 0;
border: solid 1px $blue;
@ -84,7 +84,7 @@ button.back {
padding-right: 8px; }
.menu .hamburger {
@ -97,7 +97,7 @@ button.back {
color: #454545;
border: solid 1px #2090ea;