Skip to content

Commit 9b5a902

Browse files
Fix: fixed height of detail card.
Fix: Rahil's link was not set to target=_blank.
1 parent a685af5 commit 9b5a902

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

index.html

Lines changed: 1 addition & 1 deletion
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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11551,20 +11551,20 @@ 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-
}
11558-
1155911554

1156011555
.talk-list li .subject .details:last-child {
1156111556
padding-bottom: 50px;
1156211557
}
1156311558

11559+
.talk-list li.open .subject .description{
11560+
max-height: 12000px;
11561+
}
11562+
1156411563
.talk-list li .subject .description {
1156511564
margin-left: 0;
1156611565
margin-top: 96px;
11567-
min-height: 80px;
11566+
max-height: 0;
11567+
transition: 0.4s ease-in;
1156811568
}
1156911569

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

0 commit comments

Comments
 (0)