오윤석

fix : 모바일 height 넘어가는 경우 정상적으로 표시되지 않음

...@@ -39,6 +39,10 @@ ...@@ -39,6 +39,10 @@
39 <p> 39 <p>
40 <a href="https://maplestory.nexon.com/MyMaple/Account/Character/Visibility" target="_BLANK">공개설정하러 가기</a> 40 <a href="https://maplestory.nexon.com/MyMaple/Account/Character/Visibility" target="_BLANK">공개설정하러 가기</a>
41 </p> 41 </p>
42 + <p class="red-text text-accent-1">
43 + <i class="material-icons">info_outline</i>
44 + <span>제논, 데몬어벤져는 지원하지 않습니다.</span>
45 + </p>
42 </div> 46 </div>
43 </div> 47 </div>
44 </div> 48 </div>
...@@ -47,9 +51,11 @@ ...@@ -47,9 +51,11 @@
47 </section> 51 </section>
48 52
49 <style> 53 <style>
50 -section { width:100%; height:100%; display:flex; flex-direction:column; justify-content:center; } 54 +section { width:100%; height:100%; display:flex; flex-direction:column; }
51 -.search-box { width:100%; } 55 +.search-box { width:100%; margin:auto 0; }
52 h4 { font-size:20px; text-align:center; } 56 h4 { font-size:20px; text-align:center; }
53 .input-field { padding-right:70px; } 57 .input-field { padding-right:70px; }
54 .input-field button { position:absolute; right:0; top:7px; } 58 .input-field button { position:absolute; right:0; top:7px; }
59 +.card-action i.material-icons { font-size:1.1em; vertical-align:middle; }
60 +.card-action i.material-icons ~ span { vertical-align:middle; }
55 </style> 61 </style>
...\ No newline at end of file ...\ No newline at end of file
......