:곡 목록/styles.css

< 틀:곡 목록
하늘 (토론 | 기여)님의 2021년 6월 22일 (화) 12:48 판 (너무 느림)
img{
	transition: all cubic-bezier(.46,.03,.52,.96)0.4s 0.2s;
}

.mw-collapsible-toggle-expanded .song-list img{
	transform: rotateY( 180deg );
	
	position: relative; 
		top: -0.1px;
		left: -0.5px;
}