之前 Plurk 更新過後,在主控台的圖示都變大的,需多的噗友均抱怨圖示變大很難看,yuanlin 也是不太習慣,所以就試圖要利用CSS修改圖示的大小。
可是正在找尋 plurk template 架構的我找到了Plurk Layouts所提供的方法:
yuanlin 依照 Plurk Layouts 提供的方法來示範:
首先先複製以下Source code
#profile_pic {
width: 70px;
}
#profile_pic:hover {
width: 170px;
}
.friend_holder .user_link{
height:25px!important;width:25px!important;
}
.friend_holder img{
width:25px;
height:25px;
}然後開啟你的 Plurk 頁面,左上角我的檔案旁邊有編輯,選擇自訂外觀,然後將複製的程式碼貼上,最後按下儲存並更新就可以了(請看下圖,點圖可放大)
最後就可以看到圖示變小囉!
如果你也覺得 Plurk 圖示變大不好看,或是不習慣,就可以依照此方法更改。
相關連結:yuanlin’s plurk


非常好的方法,感谢!