mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-27 20:03:25 +01:00
29 lines
345 B
CSS
29 lines
345 B
CSS
.number.error {
|
|
background-color: #ffdddd;
|
|
}
|
|
|
|
#listener, #log { display: none; }
|
|
|
|
.gutter {
|
|
padding-bottom: 0;
|
|
overflow: hidden;
|
|
}
|
|
|
|
#contacts {
|
|
overflow-y: scroll;
|
|
}
|
|
#contacts::-webkit-scrollbar {
|
|
display: none;
|
|
}
|
|
|
|
.conversation {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
ul.discussion {
|
|
margin: 0;
|
|
padding: 10px;
|
|
box-sizing: border-box;
|
|
}
|