mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 12:19:41 +00:00
Tweak contact style in typeahead
Remove message snippets and dates. Add checkboxes.
This commit is contained in:
@@ -1,3 +1,17 @@
|
||||
.gutter {
|
||||
margin-top: 36px;
|
||||
}
|
||||
|
||||
.contact .checkbox {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.typeahead {
|
||||
.last-message, .last-timestamp {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.contact .checkbox {
|
||||
display: inline-block;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,6 +1,14 @@
|
||||
.gutter {
|
||||
margin-top: 36px; }
|
||||
|
||||
.contact .checkbox {
|
||||
display: none; }
|
||||
|
||||
.typeahead .last-message, .typeahead .last-timestamp {
|
||||
display: none; }
|
||||
.typeahead .contact .checkbox {
|
||||
display: inline-block; }
|
||||
|
||||
@font-face {
|
||||
font-family: 'Roboto';
|
||||
src: url("/fonts/Roboto-Regular.ttf") format("truetype"); }
|
||||
|
||||
Reference in New Issue
Block a user