style: remove padding in New Tab

(cherry picked from commit 4f892e0e60d75d7e0e9ab55245444fb1bed99395)
This commit is contained in:
Alex Kontos
2025-01-06 13:54:21 +00:00
parent d04deb376a
commit 78658ddea6
2 changed files with 2 additions and 5 deletions

View File

@@ -262,7 +262,7 @@ export class Section extends React.PureComponent {
isWebExtension={this.props.isWebExtension}
>
{!shouldShowEmptyState && (
<ul className="section-list" style={{ padding: 0 }}>
<ul className="section-list">
{cards}
</ul>
)}

View File

@@ -10267,10 +10267,7 @@ class Section extends (external_React_default()).PureComponent {
dispatch: this.props.dispatch,
isWebExtension: this.props.isWebExtension
}, !shouldShowEmptyState && /*#__PURE__*/external_React_default().createElement("ul", {
className: "section-list",
style: {
padding: 0
}
className: "section-list"
}, cards), shouldShowEmptyState && /*#__PURE__*/external_React_default().createElement("div", {
className: "section-empty-state"
}, /*#__PURE__*/external_React_default().createElement("div", {