Fixed "Upgrade now" button length in pro menu

no refs.
- fixed the issue that the "Upgrade now" button shown to Ghost(Pro) users was too wide in the updated Admin sidebar
This commit is contained in:
Peter Zimon 2019-10-01 12:25:17 +02:00
parent e89789fbe0
commit e81fe47bfd

View File

@ -435,6 +435,11 @@
border-radius: 5px;
}
.gh-nav-pro .gh-btn-green {
margin: 7px 10px 7px 20px !important;
width: calc(100% - 40px) !important;
}
/* Mobile Nav Menu (Slides out)
/* ---------------------------------------------------------- */