mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Fix up Labs Styling
No Issue - Fixes import button not same height as upload button - Fixes no space between import and upload on mobile
This commit is contained in:
parent
f6b56ad865
commit
c4e2eadc33
1 changed files with 13 additions and 0 deletions
|
@ -11,6 +11,7 @@
|
|||
// * Custom Permalinks
|
||||
// * Navigation
|
||||
// * Code Injection
|
||||
// * Labs
|
||||
// ------------------------------------------------------------
|
||||
|
||||
|
||||
|
@ -553,3 +554,15 @@
|
|||
color: #000;
|
||||
}
|
||||
}
|
||||
|
||||
//
|
||||
// Labs
|
||||
// --------------------------------------------------
|
||||
|
||||
#startupload {
|
||||
line-height: inherit;
|
||||
|
||||
@media (max-width: 400px) {
|
||||
margin-top: 5px;
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue