a shit ton of stuff

This commit is contained in:
Bridget Morningstar
2024-12-16 00:14:38 -06:00
parent 8f9d2df8db
commit 82b1dbb01b
2 changed files with 120 additions and 16 deletions

View File

@@ -187,8 +187,30 @@
</button> </button>
</html:moz-button-group> </html:moz-button-group>
</panelview> </panelview>
<panelview id="PanelUI-zen-workspaces-icon-picker" class="PanelUI-subView" role="document" mainview-with-header="true" has-custom-header="true"> <panelview id="PanelUI-zen-workspaces-icon-picker" class="PanelUI-subView" role="document" mainview-with-header="true" has-custom-header="true" oncommand="ZenWorkspaces.testfuncti();">
<vbox id="PanelUI-zen-workspaces-icon-picker-wrapper"> <vbox id="PanelUI-zen-workspaces-icon-picker-wrapper"
style=" display: flex;
flex-wrap: wrap;
justify-content: flex-start;
gap: 2px;">
<html:div id="workspace-icon-search-bar"
style="position: sticky;
top: 0;
background-color: inherit;
z-index: 1000;
padding: 10px;
width: 100%;">
<html:input autofocus="true"
type="text"
id="workspace-icon-search-input"
placeholder="Search icons..."
style="width: 100%;
padding: 8px;
font-size: 16px;
border: 1px solid #ccc;
border-radius: 4px;
box-sizing: border-box;"/>
</html:div>
</vbox> </vbox>
</panelview> </panelview>
</panelmultiview> </panelmultiview>

File diff suppressed because one or more lines are too long