digicorp / propeller

Propeller - Develop more, Code less. Propeller is a front-end responsive framework based on Google's Material Design Standards & Bootstrap.
http://propeller.in
MIT License
1.13k stars 139 forks source link

Admin theme navbar height #19

Closed oliverhermanni closed 6 years ago

oliverhermanni commented 7 years ago

If a regular navbar is used in the admin theme toolbar its height is increased by a few pixels.

Currently I fix this with

@media (min-width: 768px) { .pmd-navbar .navbar-nav > li { margin-bottom: -7px; } }

but I'm not sure, if this is a good solution. ;)

piyush-digicorp commented 7 years ago

Hi, Sounds great. If you need any further assistance please let us know. We will be happy to help you.