Skip to content

Commit c56e839

Browse files
committed
スマホ:画像表示のボタンが文字に対して細すぎる不具合修正
スマホ:Androidでもスワイプメニューが動くように修正
1 parent 70e06d6 commit c56e839

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

rep2/css/limelight.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ table.limelight-toolbar td {
105105
span.limelight-button {
106106
display: inline-block;
107107
width: 45px;
108-
height: 15px;
109108
margin: 0;
110109
padding: 5px 10px;
111110
background-color: rgba(0, 0, 0, 0.5);
@@ -114,7 +113,7 @@ span.limelight-button {
114113
color: #fff;
115114
text-shadow: #000 1px 1px 1px;
116115
font-family: sans-serif;
117-
font-size: 15px;
116+
font-size: 13px;
118117
font-weight: bold;
119118
text-align: center;
120119
line-height: 100%;

rep2/js/iphone.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ var iutil = {
99
* クライアントがiPhoneかどうか
1010
* @type {Boolean}
1111
*/
12-
'iphone': (/iP(hone|od)/).test(navigator.userAgent),
12+
'iphone': (/(iP(hone|od|ad)|Chrome)/).test(navigator.userAgent),
1313
/**
1414
* 内部リンクの正規表現
1515
* @type {RegExp}

0 commit comments

Comments
 (0)