SKlive Chat 頭像放大
研究了一下css把頭像變大 skclass_usericon 是邊框大小 profile-icon 是頭像大小 兩個設定同大 用important 強制縮放就可以用了
.skClass_usericon {
width: 100px !important;
height: 100px !important;
}
.profile-icon {
width: 100px !important;
height: 100px !important;
}
Last updated
Was this helpful?