fix: empty recent tx list styling
This commit is contained in:
parent
a482362f6f
commit
bb0436d0ee
4 changed files with 8 additions and 6 deletions
|
@ -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 && (
|
||||||
|
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -18,6 +18,10 @@ table,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.table--empty {
|
||||||
|
// padding: var(--spacing-large);
|
||||||
|
}
|
||||||
|
|
||||||
td {
|
td {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
|
@ -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",
|
||||||
|
|
Loading…
Add table
Reference in a new issue