Skip to content

Commit

Permalink
Fixed issues on mobile version of website (#128)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
adityabelgaonkar05 and virajbhartiya authored Feb 6, 2024
1 parent 43b96d4 commit 9534d28
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3804,7 +3804,7 @@ <h6><a href="https://www.codechef.com/users/kotharirahil9" target="_blank">Codec
@kotharirahil9</a>
</h6>
<h6><a href="https://leetcode.com/kotharirahil9/" target="_blank">LeetCode: @kotharirahil9</a></h6>
<h6><a href="https://codeforces.com/profile/kotharirahil9 target=" _blank">CodeForces:
<h6><a href="https://codeforces.com/profile/kotharirahil9" target="_blank">CodeForces:
@kotharirahil9</a></h6>

<div class="actions">
Expand Down
17 changes: 11 additions & 6 deletions static/styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -11551,19 +11551,24 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
height: auto !important;
line-height: inherit;
}

.talk-list li .subject .details p {
padding-bottom: 70px;
}

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

.talk-list li.open .subject .description{
/* TODO: Hours spent fixing this: 48hrs
tries: 3
Please increment the counter after you give up trying to fix this
*/
max-height: 12000px;
}

.talk-list li .subject .description {
margin-left: 0;
margin-top: 96px;
min-height: 80px;
max-height: 0;
transition: 0.4s ease-in;
}

.talk-list li .subject .description #avatar {
Expand Down

0 comments on commit 9534d28

Please sign in to comment.