mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 18:51:41 +09:00
확대 가능하도록 user-scalable 수정 및 로그인 팝업창에 로그인유지 버튼 클릭시 나타나는 경고창 모바일 대응
This commit is contained in:
parent
cd71e1142f
commit
8c317aa81b
2 changed files with 7 additions and 1 deletions
|
|
@ -127,6 +127,11 @@
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Login help, warning
|
||||||
|
$("#warning").on('click', function(e){
|
||||||
|
$(this).css('display', 'none');
|
||||||
|
});
|
||||||
|
|
||||||
// Scroll to top
|
// Scroll to top
|
||||||
var scrollToTop = function() {
|
var scrollToTop = function() {
|
||||||
var link = $('.btn_top');
|
var link = $('.btn_top');
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
<!--// META -->
|
<!--// META -->
|
||||||
{Context::addHtmlHeader('<meta name="viewport" content="width=device-width, user-scalable=no">')}
|
{Context::addHtmlHeader('<meta name="viewport" content="width=device-width, user-scalable=yes">')}
|
||||||
<!--// LANG -->
|
<!--// LANG -->
|
||||||
<load target="./lang" />
|
<load target="./lang" />
|
||||||
|
|
||||||
|
|
@ -477,6 +477,7 @@
|
||||||
<span class="checkbox"></span> {$lang->keep_signed}
|
<span class="checkbox"></span> {$lang->keep_signed}
|
||||||
</label>
|
</label>
|
||||||
<div id="warning">
|
<div id="warning">
|
||||||
|
<p style="text-align:right;"><i class="xi-close"></i></p>
|
||||||
<p>{str_replace('\n\n', '<br />', $lang->about_keep_signed)}</p>
|
<p>{str_replace('\n\n', '<br />', $lang->about_keep_signed)}</p>
|
||||||
<div class="edge"></div>
|
<div class="edge"></div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue