Skip to content

Commit

Permalink
feat(settings-profile): account link component/markup (#3953)
Browse files Browse the repository at this point in the history
* feat(settings-profile): account link component/markup

* fix(settings-profile): tweak spacing for main section in profile settings

* refactor(profile): create transition .less function and move keyframes to global sheet

* refactor(accounts): remove html wrappers and simplify css, move component files

* fix(profile): v bind typo fix

* fix(profile): typo

* fix(profile): show controls on mobile and remove spacer

Co-authored-by: Joe McGrath <[email protected]>
  • Loading branch information
2 people authored and JustZacca committed Jul 15, 2022
1 parent 9e6ce7b commit 6a43c40
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions components/views/settings/pages/profile/Profile.less
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
.profile-section {
display: grid;
grid-template-columns: auto 1fr 1fr 1fr;
grid-template-rows: auto 1fr auto 1fr;
grid-template-rows: 1fr 1fr 1fr;
gap: 0px 0px;
grid-template-areas:
'subtitle subtitle subtitle subtitle'
Expand All @@ -48,11 +48,6 @@
margin: 0 @normal-spacing @xlight-spacing 0;
}

.remove-button {
margin-left: 0.3rem;
margin-top: 0;
}

.status-input {
align-self: center;
}
Expand Down

0 comments on commit 6a43c40

Please sign in to comment.