瀏覽代碼

Improve horizontal alignment of upgrade icons

tags/v0.0.3
Fen Dweller 5 年之前
父節點
當前提交
6478d8db2a
沒有發現已知的金鑰在資料庫的簽署中 GPG Key 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;
}



Loading…
取消
儲存