mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-02 21:52:19 +00:00
Adjust Contact view (center card in right container)
This commit is contained in:
committed by
Francis Lachapelle
parent
90c359779e
commit
90cd79a21b
@@ -9,9 +9,13 @@
|
||||
}
|
||||
// md is overqualifying, we have to do the same to override
|
||||
md-content[ui-view="card"] {
|
||||
flex: 0 0 $detailView-width;
|
||||
background-color: sg-color($sogoPaper, 200);
|
||||
}
|
||||
|
||||
// md is overqualifying, we have to do the same to override
|
||||
md-card.viewer {
|
||||
width: $detailView-width;
|
||||
}
|
||||
|
||||
// Contact editor
|
||||
// ----------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user