mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Make conversation list fill gutter
This commit is contained in:
@@ -18,7 +18,10 @@
|
||||
|
||||
.gutter {
|
||||
float: left;
|
||||
max-width: 300px;
|
||||
width: 300px;
|
||||
.conversations {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
.socket-status {
|
||||
|
||||
@@ -357,7 +357,9 @@ img.emoji {
|
||||
|
||||
.gutter {
|
||||
float: left;
|
||||
max-width: 300px; }
|
||||
width: 300px; }
|
||||
.gutter .conversations {
|
||||
width: 100%; }
|
||||
|
||||
.socket-status {
|
||||
padding: 6px;
|
||||
|
||||
Reference in New Issue
Block a user