Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit b79be37

Browse files
committed
fix issue 17, fix left allignment of the right columnm in 'Edit Profile Modal' and padding at the bottom of the modal.
1 parent 9bb28b0 commit b79be37

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

client/src/components/EditProfileModal/style.module.scss

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,18 @@
3434
.header {
3535
align-items: center;
3636
display: flex;
37+
margin-bottom: 20px;
3738
}
3839

3940
.body {
4041
max-height: calc(95vh - 102px);
4142
padding: 0 20px;
42-
margin: 20px -20px -20px 0;
43+
margin: 0 -20px;
4344
overflow-y: auto;
45+
46+
h3:first-child {
47+
margin-top: 0;
48+
}
4449
}
4550

4651
.input {

client/src/components/ProfileCard/profileCard.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
.profileCard {
88
width: 370px;
99
min-height: 326px;
10-
max-height: inherit;
1110
margin: 10px;
1211

1312
border: 1px solid gray1_025;
@@ -24,6 +23,7 @@
2423
border-radius: 8px 0 0 8px;
2524
border-right: 1px solid #eee;
2625
box-shadow: none;
26+
max-height: calc(95vh - 20px);
2727
margin: -30px;
2828
margin-right: 0;
2929
padding-left: 10px;

0 commit comments

Comments
 (0)