mirror of
https://github.com/moparisthebest/mail
synced 2024-12-23 07:48:48 -05:00
Fix bugs
This commit is contained in:
parent
d23521312f
commit
3a59f79223
@ -29,7 +29,7 @@ define(function(require) {
|
||||
|
||||
// check if account needs to be selected
|
||||
if (!emailAddress) {
|
||||
//goTo('/add-account');
|
||||
goTo('/add-account');
|
||||
return;
|
||||
}
|
||||
|
||||
|
@ -14,6 +14,7 @@
|
||||
.subject {
|
||||
font-size: $font-size-bigger;
|
||||
margin: 0;
|
||||
cursor: pointer;
|
||||
&:before {
|
||||
color: $color-blue;
|
||||
font-size: $font-size-smaller;
|
||||
|
Loading…
Reference in New Issue
Block a user