틀:곡 목록/styles.css: 두 판 사이의 차이

편집 요약 없음
편집 요약 없음
1번째 줄: 1번째 줄:
.song-list img{
img{
float: right;
transform: rotate(90deg);
position: relative;
top: 0;
transition: all cubic-bezier(.46,.03,.52,.96)0.4s 0.2s;
transition: all cubic-bezier(.46,.03,.52,.96)0.4s 0.2s;
}
}

2022년 6월 3일 (금) 00:37 판

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;
}