Skip to content

Commit

Permalink
Desktop settings fixes (#26285)
Browse files Browse the repository at this point in the history
* Update settings_manage_profile.ts

* Add Manage Profile page to customize padding

* imports: order alphabetically

* Fix brave://settings/braveSync/setup image padding

Fixes the image being left out of the margin

* Fix padding on inner setting pages

* changed token to spacing

* Update settings_manage_profile.ts
  • Loading branch information
aguscruiz authored Oct 29, 2024
1 parent 16dfb86 commit f9ad894
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
.sync-setup
{
/* break out of indent for the setup only */
margin-left: calc(var(--cr-section-indent-padding) * -1);
display: grid;
grid-template-columns: 30% auto;
grid-template-rows: auto;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,7 @@
a[href] {
text-decoration: none !important;
}

.content-settings-header{
padding-top: var(--leo-spacing-2xl) !important;
}

0 comments on commit f9ad894

Please sign in to comment.