728x90
대메뉴 '사람'에서만 크게 보기
* 사용자 HTML > 바디 끝나는 부분에 자바스크립트로 추가
* 제이쿼리 사용해야 그나마 제대로 동작
* 아바타 픽셀 사이즈가 짝수가 되면 흐려보임
if (window.location.href.indexOf("browsepeople") + window.location.href.indexOf("dopeopledirectorysearch")) {
$("#peoplelist .userLogo, #peoplelist .img.userLogo").css({ width: "91px", height: "91px" });
$("#peoplelist .aui-avatar.aui-avatar-large, #peoplelist .aui-avatar-inner").css({ width: "91px", height: "91px", maxWidth: "91px", maxHeight: "91px" });
$("#peoplelist .profile-macro .vcard .values").css({ width: "180px" });
}
728x90
'기타' 카테고리의 다른 글
vscode 유용한 확장 및 단축키 (0) | 2022.06.10 |
---|---|
팀즈 상태 메시지 자동으로 바꾸기 (0) | 2022.05.26 |
[amplitude] 웹사이트 MAU 체크하기 (0) | 2022.05.20 |
구글홈 루틴으로 미세먼지 알림 셋팅 (0) | 2022.04.01 |
ASUS 젠북 셋팅기 (UM3402YA-KP103) (0) | 2022.03.31 |