Laravel-Backpack / demo

A working demo of Laravel with all Backpack packages installed.
http://backpackforlaravel.com
Other
325 stars 165 forks source link

Fix logo size across themes #505

Closed maurohmartinez closed 1 year ago

maurohmartinez commented 1 year ago

WHY

BEFORE - What was wrong? What was happening before this PR?

The logo was huge in all themes but Tabler.

AFTER - What is happening after this PR?

We are using inline style right in the config file for the logo.

It will fix: https://github.com/Laravel-Backpack/theme-coreuiv4/issues/8 https://github.com/Laravel-Backpack/theme-coreuiv2/issues/6

Tabler should be updated as well with this: https://github.com/Laravel-Backpack/theme-tabler/pull/37