FIxed icon selection for workspaces

This commit is contained in:
mr. M
2024-10-18 17:09:20 +02:00
parent 28d358aa43
commit 2287aa9a06
4 changed files with 12 additions and 5 deletions

File diff suppressed because one or more lines are too long

View File

@@ -152,6 +152,8 @@
</html:moz-button-group>
</panelview>
<panelview id="PanelUI-zen-workspaces-icon-picker" class="PanelUI-subView" role="document" mainview-with-header="true" has-custom-header="true">
<vbox id="PanelUI-zen-workspaces-icon-picker-wrapper">
</vbox>
</panelview>
</panelmultiview>
</panel>

View File

@@ -200,17 +200,22 @@
}
#PanelUI-zen-workspaces-icon-picker {
padding: 5px !important;
}
#PanelUI-zen-workspaces-icon-picker-wrapper {
overflow-x: hidden;
justify-items: center;
overflow-y: auto;
padding: 5px;
display: flex;
gap: 5px;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
align-content: space-between;
max-height: 350px;
}
#PanelUI-zen-workspaces-list {