show "Options" heading in options UI
This commit is contained in:
parent
8807819f16
commit
fd890f8e61
10
options.html
10
options.html
|
@ -33,9 +33,13 @@
|
|||
<body id="stylus-options">
|
||||
|
||||
<div id="options-header">
|
||||
<div id="options-title">
|
||||
<div id="options-close-icon"><svg viewBox="0 0 20 20" class="svg-icon"><path d="M11.69,10l4.55,4.55-1.69,1.69L10,11.69,5.45,16.23,3.77,14.55,8.31,10,3.77,5.45,5.45,3.77,10,8.31l4.55-4.55,1.69,1.69Z"></path></svg></div>
|
||||
Stylus</div>
|
||||
<div id="options-title" i18n-text-append="optionsHeading">
|
||||
<div id="options-close-icon">
|
||||
<svg viewBox="0 0 20 20" class="svg-icon">
|
||||
<path d="M11.69,10l4.55,4.55-1.69,1.69L10,11.69,5.45,16.23,3.77,14.55,8.31,10,3.77,5.45,5.45,3.77,10,8.31l4.55-4.55,1.69,1.69Z"></path>
|
||||
</svg>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="options">
|
||||
|
|
Loading…
Reference in New Issue
Block a user