Merge pull request #866 from sorinyo2004/patch-1

Fix hover buttons layout on portraitCard
This commit is contained in:
dkanada 2020-03-01 22:49:52 +09:00 committed by GitHub
commit 42649af9f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -784,7 +784,7 @@ button::-moz-focus-inner {
opacity: 0;
transition: 0.2s;
background: transparent;
padding: 0.5em;
padding: 0.25em;
}
.cardOverlayButtonIcon-hover {