Skip to content

Instantly share code, notes, and snippets.

View geekdevs's full-sized avatar

Pavel Dubinin geekdevs

View GitHub Profile
@geekdevs
geekdevs / mobile-panel-size.less
Created April 22, 2013 08:22
Jquery mobile changing panel width
@left-panel-width: 17em;
@right-panel-width: 35em;
.ui-panel {
width: @left-panel-width;
}
.ui-panel.ui-panel-position-right {
width: @right-panel-width;
}