ソースを参照

Make action buttons larger on mobile

master
Fen Dweller 5年前
コミット
b8face17c0
1個のファイルの変更4行の追加1行の削除
  1. +4
    -1
      style.css

+ 4
- 1
style.css ファイルの表示

@@ -109,8 +109,11 @@ body.dark div {
.action-part-button {
width: 33% !important;
}
.action-part-container {
width: 50vw !important;
}
.action-button {
width: 100px !important;
width: 16.6667vw !important;
}
}



読み込み中…
キャンセル
保存