mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-25 09:03:12 +03: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:
parent
e89789fbe0
commit
e81fe47bfd
@ -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)
|
||||
/* ---------------------------------------------------------- */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user