mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-25 09:03:12 +03:00
Fixed portal upload-icon button overflow bug
This commit is contained in:
parent
b9a35be517
commit
06d0b4a87d
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user