ソースを参照
Max out opacity for upgrade icons
tags/v0.1.0
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID: E80B35A6F11C3656
-
gorge.css
|
|
|
@@ -363,7 +363,7 @@ button { |
|
|
|
.upgrade-button > .upgrade-icon-holder { |
|
|
|
width: 80px; |
|
|
|
height: 80px; |
|
|
|
opacity: 0.8; |
|
|
|
opacity: 1; |
|
|
|
pointer-events: none; |
|
|
|
position: absolute; |
|
|
|
display: flex; |
|
|
|
|