Fixed portal upload-icon button overflow bug

This commit is contained in:
Sanne de Vries 2021-03-03 15:45:35 +01:00
parent b9a35be517
commit 06d0b4a87d

View File

@ -243,7 +243,7 @@
.gh-portal-button-icon {
display: inline-block;
cursor: pointer;
width: 40px;
width: 38px;
height: 40px;
padding: 10px;
background-repeat: no-repeat;
@ -282,7 +282,7 @@
.gh-portal-button-uploadicon:hover,
.gh-portal-button-uploadicon:focus {
height: 44px;
width: 46px;
width: 44px;
border: none;
box-shadow: none;
background: transparent;