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:
parent
e89789fbe0
commit
e81fe47bfd
1 changed files with 5 additions and 0 deletions
|
@ -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)
|
||||||
/* ---------------------------------------------------------- */
|
/* ---------------------------------------------------------- */
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue