쪽지창 오류 수정
우편함 페이지가 2페이지 이상이 될 경우, 우편함 페이지의 메세지를 클릭해도 상세 메세지를 조회할 수 없는 오류 수정
This commit is contained in:
parent
d81b8f4fd7
commit
a4d2d8e154
1 changed files with 1 additions and 1 deletions
|
|
@ -170,7 +170,7 @@
|
|||
.memo-inner {padding:30px 10px; max-width:640px; margin:0 auto; min-height:300px; overflow:hidden;}
|
||||
.ui-list-control {text-align:right; padding-bottom:20px;}
|
||||
|
||||
.message-item {display:block; position:relative; max-width:90%; width:570px; box-sizing:border-box; clear:both; margin-top:10px;}
|
||||
.message-item {display:block; position:relative; max-width:90%; width:570px; box-sizing:border-box; clear:both; margin-top:10px; z-index: 1;}
|
||||
.message-item.index {max-width:100%; width:100%;}
|
||||
.message-item .thumb {display:block; position:absolute; top:0; width:80px; text-align:center;}
|
||||
.message-item .thumb em {display:block; position:relative; padding-top:100%; background:no-repeat 50% 50%; background-size:cover; border:2px solid #656567;}
|
||||
|
|
|
|||
Loading…
Reference in a new issue