mirror of
https://github.com/zen-browser/desktop.git
synced 2025-10-15 06:16:14 +00:00
a shit ton of stuff
This commit is contained in:
@@ -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
Reference in New Issue
Block a user