signal-desktop/stylesheets/index.scss
lilia c6a19afd29 Tweak contact style in typeahead
Remove message snippets and dates.
Add checkboxes.
2015-02-11 17:37:58 -08:00

17 lines
202 B
SCSS

.gutter {
margin-top: 36px;
}
.contact .checkbox {
display: none;
}
.typeahead {
.last-message, .last-timestamp {
display: none;
}
.contact .checkbox {
display: inline-block;
}
}