Toggle navigation
Toggle navigation
This project
Loading...
Sign in
오윤석
/
maplespec.ga
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
4
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
오윤석
2020-06-12 13:04:25 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
8a6ce3df1389335d54e265f1eb58fa82447c0183
8a6ce3df
1 parent
ba1f1128
fix : 모바일 height 넘어가는 경우 정상적으로 표시되지 않음
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
2 deletions
app/web/src/routes/Search.svelte
app/web/src/routes/Search.svelte
View file @
8a6ce3d
...
...
@@ -38,6 +38,10 @@
</p>
<p>
<a href="https://maplestory.nexon.com/MyMaple/Account/Character/Visibility" target="_BLANK">공개설정하러 가기</a>
</p>
<p class="red-text text-accent-1">
<i class="material-icons">info_outline</i>
<span>제논, 데몬어벤져는 지원하지 않습니다.</span>
</p>
</div>
</div>
...
...
@@ -47,9 +51,11 @@
</section>
<style>
section { width:100%; height:100%; display:flex; flex-direction:column;
justify-content:center;
}
.search-box { width:100%; }
section { width:100%; height:100%; display:flex; flex-direction:column; }
.search-box { width:100%;
margin:auto 0;
}
h4 { font-size:20px; text-align:center; }
.input-field { padding-right:70px; }
.input-field button { position:absolute; right:0; top:7px; }
.card-action i.material-icons { font-size:1.1em; vertical-align:middle; }
.card-action i.material-icons ~ span { vertical-align:middle; }
</style>
\ No newline at end of file
...
...
Please
register
or
login
to post a comment