mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-05 18:34:39 +03: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
@ -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…
Reference in New Issue
Block a user