jQuery Mobile panel width

后端 未结 7 1078
梦如初夏
梦如初夏 2020-12-30 09:53

In the new jQuery mobile there is a new panel option. I have implemented this and it works, but I would like to customize the width of the panel. The standard width is 272px

相关标签:
7条回答
  • 2020-12-30 10:53

    I figured it out! It's not that complex, really. I myself am just using structure.css but if you're using other CSS files there MAY be more to customize. Anyway...

    Using your favorite editor, do a find & replace for "17em" and replace that with the value you actually want. There's styling for left panels and styling for right panels. I wouldn't rush through this whole process as there could be an unrelated "17em" here or there. It just takes a minute...

    It's a simple answer but I'm happy with myself :p

    0 讨论(0)
提交回复
热议问题