0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-24 23:48:13 -05:00

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; 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) /* Mobile Nav Menu (Slides out)
/* ---------------------------------------------------------- */ /* ---------------------------------------------------------- */