2015년 05월 01일 18:45 테마 수정
_
수정내용
iPhone 6 Plus : 상태바 높이 및 해상도 높이값 수정
layout.css 변경된 내용(수정된 내용, 추가된 내용)
/* iPhone 6 Plus */
@media screen and (max-width:414px){
#NoeulWrap {width: 414px; height: 736px;}
#NoeulWrap .Background img {width: auto; height: 100%;}
#container.push {top: 736px;}
#container .contents {height: 736px;}
#Widget {height: 736px; top: -736px;}
#Widget.OpenWidget {height: 736px;}
#userDDay {top: 150px;}
#weatherInfo #now {top: 220px;}
#weatherInfo #now .nowWeatherIcon {width: 22%;}
#weatherInfo table {top: 370px;}
#popInfo.active {width: 415px; height: 736px;}
#statusBar {height: 26px;}
}
/* iPhone 6 */
@media screen and (max-width:375px){
#NoeulWrap {width: 375px; height: 667px;}
#NoeulWrap .Background img {width: 100%; height: auto;}
#container.push {top: 667px;}
#container .contents {height: 667px;}
#Widget {height: 667px; top: -667px;}
#Widget.OpenWidget {height: 667px;}
#userDDay {top: 150px;}
#weatherInfo #now {top: 220px;}
#weatherInfo #now .nowWeatherIcon {width: 25%;}
#weatherInfo table {top: 370px;}
#popInfo.active {width: 376px; height: 667px;}
#statusBar {height: 20px;}
}
첨부파일을 새로 다운받으신 뒤, Library/css/ 폴더안에 layout.css 교체 후 잠금화면의 시계를 터치하여 새로고침 또는 리스프링 해주시기 바랍니다.
2015년 05월 01일 18시 45분 이후에 다운받으신 분들은 업데이트가 완료되있으니 위의 내용과 관련없습니다.
첨부파일
__