mirror of
https://github.com/moparisthebest/mail
synced 2024-11-29 20:32:15 -05:00
Merge pull request #172 from whiteout-io/dev/WO-714
bigger spinner and vcenter fix in read view
This commit is contained in:
commit
d4984aafa7
@ -19,9 +19,6 @@ var ContactsCtrl = function($scope) {
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
// set default value so that the popover height is correct on init
|
|
||||||
$scope.fingerprint = 'XXXX XXXX XXXX XXXX XXXX XXXX XXXX XXXX XXXX XXXX';
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// scope functions
|
// scope functions
|
||||||
//
|
//
|
||||||
|
@ -117,6 +117,7 @@
|
|||||||
padding: 0 $padding-horizontal;
|
padding: 0 $padding-horizontal;
|
||||||
}
|
}
|
||||||
&__working {
|
&__working {
|
||||||
|
position: relative;
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
padding: 0 $padding-horizontal;
|
padding: 0 $padding-horizontal;
|
||||||
& > div {
|
& > div {
|
||||||
|
Loading…
Reference in New Issue
Block a user