style: remove padding in New Tab
(cherry picked from commit 4f892e0e60d75d7e0e9ab55245444fb1bed99395)
This commit is contained in:
@@ -262,7 +262,7 @@ export class Section extends React.PureComponent {
|
|||||||
isWebExtension={this.props.isWebExtension}
|
isWebExtension={this.props.isWebExtension}
|
||||||
>
|
>
|
||||||
{!shouldShowEmptyState && (
|
{!shouldShowEmptyState && (
|
||||||
<ul className="section-list" style={{ padding: 0 }}>
|
<ul className="section-list">
|
||||||
{cards}
|
{cards}
|
||||||
</ul>
|
</ul>
|
||||||
)}
|
)}
|
||||||
|
|||||||
@@ -10267,10 +10267,7 @@ class Section extends (external_React_default()).PureComponent {
|
|||||||
dispatch: this.props.dispatch,
|
dispatch: this.props.dispatch,
|
||||||
isWebExtension: this.props.isWebExtension
|
isWebExtension: this.props.isWebExtension
|
||||||
}, !shouldShowEmptyState && /*#__PURE__*/external_React_default().createElement("ul", {
|
}, !shouldShowEmptyState && /*#__PURE__*/external_React_default().createElement("ul", {
|
||||||
className: "section-list",
|
className: "section-list"
|
||||||
style: {
|
|
||||||
padding: 0
|
|
||||||
}
|
|
||||||
}, cards), shouldShowEmptyState && /*#__PURE__*/external_React_default().createElement("div", {
|
}, cards), shouldShowEmptyState && /*#__PURE__*/external_React_default().createElement("div", {
|
||||||
className: "section-empty-state"
|
className: "section-empty-state"
|
||||||
}, /*#__PURE__*/external_React_default().createElement("div", {
|
}, /*#__PURE__*/external_React_default().createElement("div", {
|
||||||
|
|||||||
Reference in New Issue
Block a user