material-design-hamburger icon indicating copy to clipboard operation
material-design-hamburger copied to clipboard

Allow hamburger to be resized by changing as few values as possible

Open chrisdwheatley opened this issue 10 years ago • 1 comments

Currently it's more difficult than it should be to resize the hamburger. Need to figure out a way to make it easier to resize for users.

chrisdwheatley avatar Nov 17 '14 08:11 chrisdwheatley

This work for me:

.material-design-hamburger__layer
    width: 20px;
    height: 2px;

.material-design-hamburger__layer:before, .material-design-hamburger__layer:after
    height: 2px;

paulomcnally avatar Dec 12 '14 06:12 paulomcnally