Skip to content

Commit b28e9ac

Browse files
committed
improvement(reskin-profile): bottom preloader
1 parent fcaa936 commit b28e9ac

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

src/shared/components/ProfilePage/Stats/SubTrackChallengeView/ChallengeTable/styles.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ table.challenges {
77
tbody {
88
width: 100%;
99
display: block;
10-
height: 385px;
10+
max-height: 365px;
1111
overflow-y: auto;
1212

1313
@include roboto-regular;
@@ -66,7 +66,7 @@ table.challenges {
6666
}
6767

6868
@include xs-to-sm {
69-
height: 360px;
69+
max-height: 360px;
7070

7171
tr {
7272
flex-direction: column;

src/shared/components/ProfilePage/styles.scss

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,10 @@
6464
.modal-container-copilot,
6565
.modal-container {
6666
width: 1232px;
67-
height: 700px;
68-
max-height: 700px;
67+
min-height: 700px;
6968
max-width: 1232px;
7069
border-radius: 8px;
71-
padding: 32px 32px 48px 32px;
70+
padding: 32px 32px 0 32px;
7271
gap: 24px;
7372

7473
&.modal-container-copilot {

0 commit comments

Comments
 (0)