mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-21 17:08:11 +01:00
Popout inbox
Rather than opening the inbox in its own window, let it appear as a browser action popup by default, but allow promotion to its own window if requested.
This commit is contained in:
@@ -319,6 +319,9 @@ input.search {
|
||||
.index {
|
||||
color: #454545;
|
||||
background: #eee; }
|
||||
.index.pop-in {
|
||||
min-height: 330px;
|
||||
min-width: 260px; }
|
||||
.index .new-group-update-form {
|
||||
display: none;
|
||||
padding: 0.5em; }
|
||||
@@ -345,6 +348,14 @@ input.search {
|
||||
.conversations .unread .contact-details .last-timestamp {
|
||||
font-weight: bold; }
|
||||
|
||||
.popout {
|
||||
float: right;
|
||||
background: url("/images/popout.png") no-repeat center center;
|
||||
display: none; }
|
||||
|
||||
.title-bar:hover .popout {
|
||||
display: inline-block; }
|
||||
|
||||
.conversation {
|
||||
padding: 36px 0; }
|
||||
.conversation .file-input .close {
|
||||
|
||||
Reference in New Issue
Block a user