diff --git a/CHANGELOG.md b/CHANGELOG.md index d825c814b..b57278371 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - [Issue #3275161: Allow IMG tags in default text format](https://www.drupal.org/project/farm/issues/3275161) +- [Update toolbar logo spacing for gin beta #527](https://github.com/farmOS/farmOS/pull/527) ### Fixed diff --git a/modules/core/ui/theme/css/toolbar.css b/modules/core/ui/theme/css/toolbar.css index 9de853ed1..8f66b1c56 100644 --- a/modules/core/ui/theme/css/toolbar.css +++ b/modules/core/ui/theme/css/toolbar.css @@ -3,10 +3,15 @@ * Styling for farmOS toolbar. */ +/* Add padding to the wrapper around the logo. */ +.toolbar .toolbar-bar #toolbar-item-administration-tray .toolbar-logo { + padding: .5em !important; +} + /* Logo size and spacing. */ .toolbar .toolbar-bar #toolbar-item-administration-tray .toolbar-logo img.toolbar-icon-home { max-width: 100px; - margin: 40px auto; + margin: 20px auto; } /* Locations icon. */