Skip to content

Commit 9534d28

Browse files
Fixed issues on mobile version of website (#128)
* fix: Resize photos of members. * Fix: show all usernames. Unresolved description size issue. * Fix: fixed height of detail card. Fix: Rahil's link was not set to target=_blank. * The Comment. * Update styles.css --------- Co-authored-by: Viraj Bhartiya <[email protected]>
1 parent 43b96d4 commit 9534d28

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -3804,7 +3804,7 @@ <h6><a href="https://www.codechef.com/users/kotharirahil9" target="_blank">Codec
38043804
@kotharirahil9</a>
38053805
</h6>
38063806
<h6><a href="https://leetcode.com/kotharirahil9/" target="_blank">LeetCode: @kotharirahil9</a></h6>
3807-
<h6><a href="https://codeforces.com/profile/kotharirahil9 target=" _blank">CodeForces:
3807+
<h6><a href="https://codeforces.com/profile/kotharirahil9" target="_blank">CodeForces:
38083808
@kotharirahil9</a></h6>
38093809

38103810
<div class="actions">

static/styles/styles.css

+11-6
Original file line numberDiff line numberDiff line change
@@ -11551,19 +11551,24 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
1155111551
height: auto !important;
1155211552
line-height: inherit;
1155311553
}
11554-
11555-
.talk-list li .subject .details p {
11556-
padding-bottom: 70px;
11557-
}
1155811554

11559-
.talk-list li .subject .details h6:nth-of-type(2) {
11555+
.talk-list li .subject .details:last-child {
1156011556
padding-bottom: 50px;
1156111557
}
1156211558

11559+
.talk-list li.open .subject .description{
11560+
/* TODO: Hours spent fixing this: 48hrs
11561+
tries: 3
11562+
Please increment the counter after you give up trying to fix this
11563+
*/
11564+
max-height: 12000px;
11565+
}
11566+
1156311567
.talk-list li .subject .description {
1156411568
margin-left: 0;
1156511569
margin-top: 96px;
11566-
min-height: 80px;
11570+
max-height: 0;
11571+
transition: 0.4s ease-in;
1156711572
}
1156811573

1156911574
.talk-list li .subject .description #avatar {

0 commit comments

Comments
 (0)