mirror of
https://github.com/zen-browser/desktop.git
synced 2025-09-05 19:08:18 +00:00
FIxed icon selection for workspaces
This commit is contained in:
File diff suppressed because one or more lines are too long
Submodule src/browser/base/content/zen-components updated: cb51987dc2...e13fa2315e
@@ -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>
|
||||
|
@@ -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 {
|
||||
|
Reference in New Issue
Block a user