mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-09-07 22:48:01 +00:00
Adjust UI for Contact, Contact editor, Messages and Message editor
This commit is contained in:
committed by
Francis Lachapelle
parent
15dab4dfe5
commit
80d6c0226a
@@ -1,16 +1,15 @@
|
||||
/*! ContactUI.scss */
|
||||
|
||||
[id="contactsList"] {
|
||||
width: $messageList-width;
|
||||
max-width:$messageList-width;
|
||||
flex: 1 0 auto;
|
||||
[id ="contactsList"] {
|
||||
flex: 0 0 $listView-width;
|
||||
}
|
||||
|
||||
[id = "contactsList"] .sg-md-subheader {
|
||||
transform: translateY(-100%); // Compensate the container top-margin
|
||||
}
|
||||
// md is overqualifying, we have to do the same to override
|
||||
md-content[data-ui-view="card"] {
|
||||
md-content[ui-view="card"] {
|
||||
flex: 0 0 $detailView-width;
|
||||
background-color: sg-color($sogoPaper, 200);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user