ソースを参照

Improve horizontal alignment of upgrade icons

tags/v0.0.3
Fen Dweller 5年前
コミット
6478d8db2a
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: E80B35A6F11C3656
1個のファイルの変更2行の追加1行の削除
  1. +2
    -1
      gorge.css

+ 2
- 1
gorge.css ファイルの表示

@@ -299,13 +299,14 @@ button {
display: block;
background-color: #444;
transition: 0.2s;
text-align: center;
}

.upgrade-button > .fas {
width: 100px;
height: 100px;
font-size: 75px;
transform: translate(12.5%, -37.5%);
transform: translate(0%, -37.5%);
opacity: 0.5;
}



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