Compare commits

...

36 Commits

Author SHA1 Message Date
b38peng 238ec01ffa Merge branch 'main' of https://git.csclub.uwaterloo.ca/www/www-new into feat/meet-the-team-page 1 year ago
b38peng a679040366 Merge branch 'main' of https://git.csclub.uwaterloo.ca/www/www-new into feat/meet-the-team-page 2 years ago
b38peng 177744db9c remove border box 2 years ago
b38peng 977d226b70 Merge branch 'main' of https://git.csclub.uwaterloo.ca/www/www-new into feat/meet-the-team-page 2 years ago
b38peng 36ea7e0eeb comments 2 years ago
b38peng 8bdbc0f026 bug fix 2 years ago
b38peng 69743462f3 Merge branch 'main' of https://git.csclub.uwaterloo.ca/www/www-new into feat/meet-the-team-page 2 years ago
b38peng 058fe5c22e Merge branch 'main' of https://git.csclub.uwaterloo.ca/www/www-new into feat/meet-the-team-page 2 years ago
b38peng 4d2f807cb5 Merge branch 'main' of https://git.csclub.uwaterloo.ca/www/www-new into feat/meet-the-team-page 2 years ago
b38peng 56508ab0bb Merge branch 'main' of https://git.csclub.uwaterloo.ca/www/www-new into feat/meet-the-team-page 2 years ago
b38peng 1b0655c0c4 fix 2 years ago
b38peng 29477ccb4b lint fix 2 years ago
b38peng aa47644d41 pr fixes yay 2 years ago
b38peng bc27350e9d Merge branch 'main' of https://git.csclub.uwaterloo.ca/www/www-new into feat/meet-the-team-page 2 years ago
b38peng 972b7f4200 dynamic image urls + animation 2 years ago
b38peng 80cb6e3897 generate img path 2 years ago
b38peng 79eefba11a Merge branch 'main' of https://git.csclub.uwaterloo.ca/www/www-new into feat/meet-the-team-page 2 years ago
b38peng a2f14ff6ec picture type fixes 2 years ago
b38peng da4742ba81 pr comment fixes 2 years ago
b38peng b14e196a4f Merge branch 'main' of https://git.csclub.uwaterloo.ca/www/www-new into feat/meet-the-team-page 2 years ago
b38peng 9964e54d69 our supporters margin fix 2 years ago
b38peng 935c591a38 reset settings 2 years ago
b38peng 422da398f8 added codey 2 years ago
b38peng f9345330c1 minor cleanup 2 years ago
b38peng d296fe2d7b mobile team member card 2 years ago
b38peng 801a200664 dynamic importing!! 2 years ago
b38peng 1a0ab90b11 Merge branch 'main' of https://git.csclub.uwaterloo.ca/www/www-new into feat/meet-the-team-page 2 years ago
b38peng 201401a5c6 Merge branch 'main' of https://git.csclub.uwaterloo.ca/www/www-new into feat/meet-the-team-page 2 years ago
b38peng ec15808af7 Merge branch 'main' of https://git.csclub.uwaterloo.ca/www/www-new into feat/meet-the-team-page 2 years ago
b38peng e2053e62b1 mobile exec popup 2 years ago
b38peng df4660c64b Merge branch 'main' of https://git.csclub.uwaterloo.ca/www/www-new into feat/meet-the-team-page 2 years ago
b38peng 5d343f1186 edit members 2 years ago
b38peng ccdac0c194 mobile styling 2 years ago
b38peng 639725f3a4 added team members 2 years ago
b38peng 29773d79ba styling + add placeholders 2 years ago
Bonnie 5d0de1ff03 meet the team draft 2 years ago
  1. 9
      components/TeamMemberCard.module.css
  2. 3
      components/TeamMemberCard.tsx

@ -88,9 +88,11 @@
display: flex;
z-index: 12;
flex-direction: column;
max-width: calc(768rem / 16);
height: 75vh;
overflow: auto;
background-color: var(--secondary-background);
padding: calc(20rem / 16) calc(40rem / 16);
left: 0;
top: 50%;
animation: popup 0.7s forwards;
}
@ -98,7 +100,6 @@
.closeBtn {
align-self: flex-end;
/* reset default button styling */
width: min-content;
background: transparent;
border: 0px solid transparent;
padding: 0;
@ -158,4 +159,8 @@
.description {
display: none;
}
.popupContainer {
left: 0;
}
}

@ -79,6 +79,9 @@ interface Propup extends TeamMemberCardProps {
handleClick: () => void;
}
// TODO: fix extra space at bottom of popup
// - this is due to height being specified in order to have scrolling
function ExecPopup({ name, role, image, children, handleClick }: Propup) {
return (
<>

Loading…
Cancel
Save