mirror of
https://github.com/moparisthebest/mail
synced 2025-01-11 05:28:00 -05:00
fix subject text input font
This commit is contained in:
parent
a05fdd170d
commit
0693c38532
@ -1,6 +1,6 @@
|
||||
/* global */
|
||||
|
||||
body {
|
||||
body, input, button {
|
||||
font-family: 'PT Sans', Arial, sans-serif;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
.subject-line {
|
||||
float: left;
|
||||
padding: 0.563em;
|
||||
padding: 0.5em;
|
||||
width: 80%;
|
||||
color: $header-text-color;
|
||||
}
|
||||
|
@ -31,7 +31,7 @@ define(function(require) {
|
||||
window.open(url, 'Compose Message', 'toolbar=no,width=800,height=700,left=500,top=200,status=no,scrollbars=no,resize=no');
|
||||
};
|
||||
|
||||
if (window.chrome && window.chrome.identity) {
|
||||
if (false) {
|
||||
fetchList(function(emails) {
|
||||
$scope.emails = emails;
|
||||
$scope.select($scope.emails[0]);
|
||||
|
Loading…
Reference in New Issue
Block a user