Update toolbar logo spacing for gin beta #527

This commit is contained in:
Paul Weidner 2022-04-21 16:35:12 -07:00 committed by Michael Stenta
parent 4949c34426
commit 305e8f76b7
2 changed files with 7 additions and 1 deletions

View File

@ -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

View File

@ -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. */