Skip to content

Commit

Permalink
Update profile.css.js
Browse files Browse the repository at this point in the history
  • Loading branch information
qiyundai committed Jun 17, 2024
1 parent ae6374d commit 98a43f0
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions components/profile/profile.css.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const { css } = await import(`${getLibs()}/deps/lit-all.min.js`);
// eslint-disable-next-line import/prefer-default-export
export const style = css`
image-dropzone {
width: 40%;
width: 40%;
}
.img-file-input-wrapper {
Expand Down Expand Up @@ -36,23 +36,24 @@ h2 {
}
h5 {
margin-bottom: 0px;
margin-bottom: 0px;
}
.social-media-row {
display: flex;
flex-direction: row;
align-items: center;
gap: 16px;
display: flex;
flex-direction: row;
align-items: center;
gap: 16px;
margin-bottom: 32px;
}
.social-media-input {
width: 100%;
width: 100%;
}
.save-profile-button {
width: fit-content;
align-self: end;
width: fit-content;
align-self: end;
}
.icon-remove-circle {
Expand Down

0 comments on commit 98a43f0

Please sign in to comment.