fix: empty recent tx list styling

This commit is contained in:
Sean Yesmunt 2019-07-02 00:22:13 -04:00
parent a482362f6f
commit bb0436d0ee
4 changed files with 8 additions and 6 deletions

View file

@ -121,7 +121,7 @@ class TransactionList extends React.PureComponent<Props> {
)} )}
{!loading && !transactionList.length && ( {!loading && !transactionList.length && (
<p className="main--empty empty">{emptyMessage || __('No transactions.')}</p> <h2 className="main--empty empty">{emptyMessage || __('No transactions.')}</h2>
)} )}
{!!transactionList.length && ( {!!transactionList.length && (

View file

@ -78,8 +78,8 @@
align-items: center; align-items: center;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
padding-top: 100px; margin-top: 100px;
padding-bottom: 100px; margin-bottom: 100px;
text-align: center; text-align: center;
} }

View file

@ -18,6 +18,10 @@ table,
} }
} }
.table--empty {
// padding: var(--spacing-large);
}
td { td {
overflow: hidden; overflow: hidden;
} }

View file

@ -473,8 +473,6 @@
"Editing": "Editing", "Editing": "Editing",
"Edit Your Channel": "Edit Your Channel", "Edit Your Channel": "Edit Your Channel",
"Editing Your Channel": "Editing Your Channel", "Editing Your Channel": "Editing Your Channel",
"We can explain... We know this page won't win any design awards, we have a cool idea for channel edits in the future. We just wanted to release a very very very basic version that just barely kinda works so people can use it.": "We can explain... We know this page won't win any design awards, we have a cool idea for channel edits in the future. We just wanted to release a very very very basic version that just barely kinda works so people can use it.",
"We can explain... \n\n We know this page won't win any design awards, we have a cool idea for channel edits in the future. We just wanted to release a very very very basic version that just barely kinda works so people can use it.": "We can explain... \n\n We know this page won't win any design awards, we have a cool idea for channel edits in the future. We just wanted to release a very very very basic version that just barely kinda works so people can use it.",
"We can explain...": "We can explain...", "We can explain...": "We can explain...",
"We know this page won't win any design awards, we have a cool idea for channel edits in the future. We just wanted to release a very very very basic version that just barely kinda works so people can use": "We know this page won't win any design awards, we have a cool idea for channel edits in the future. We just wanted to release a very very very basic version that just barely kinda works so people can use", "We know this page won't win any design awards, we have a cool idea for channel edits in the future. We just wanted to release a very very very basic version that just barely kinda works so people can use": "We know this page won't win any design awards, we have a cool idea for channel edits in the future. We just wanted to release a very very very basic version that just barely kinda works so people can use",
"We know this page won't win any design awards, we just wanted to release a very very very basic version that just barely kinda works so people can use": "We know this page won't win any design awards, we just wanted to release a very very very basic version that just barely kinda works so people can use", "We know this page won't win any design awards, we just wanted to release a very very very basic version that just barely kinda works so people can use": "We know this page won't win any design awards, we just wanted to release a very very very basic version that just barely kinda works so people can use",