1
0
mirror of https://github.com/moparisthebest/mail synced 2024-12-23 07:48:48 -05:00
This commit is contained in:
Tankred Hase 2014-06-16 16:13:20 +02:00
parent d23521312f
commit 3a59f79223
2 changed files with 2 additions and 1 deletions

View File

@ -29,7 +29,7 @@ define(function(require) {
// check if account needs to be selected
if (!emailAddress) {
//goTo('/add-account');
goTo('/add-account');
return;
}

View File

@ -14,6 +14,7 @@
.subject {
font-size: $font-size-bigger;
margin: 0;
cursor: pointer;
&:before {
color: $color-blue;
font-size: $font-size-smaller;