Fixed workspaces dialog not aligning the buttons correctly

This commit is contained in:
mr. M
2024-12-06 15:35:48 +01:00
parent 359474e1ca
commit 53a6b8178a
2 changed files with 5 additions and 2 deletions

View File

@@ -145,7 +145,7 @@
<panelview id="PanelUI-zen-workspaces-view" class="PanelUI-subView" role="document" mainview-with-header="true" has-custom-header="true" closemenu="none">
<vbox>
<hbox>
<h3 data-l10n-id="zen-panel-ui-workspaces-text"></h3>
<h3 data-l10n-id="zen-panel-ui-workspaces-text" id="PanelUI-zen-workspaces-header"></h3>
<toolbarbutton id="PanelUI-zen-workspaces-reorder-mode" oncommand="ZenWorkspaces.toggleReorderMode();" class="subviewbutton">
<image></image>
</toolbarbutton>

View File

@@ -373,7 +373,6 @@
#PanelUI-zen-workspaces-new,
#PanelUI-zen-workspaces-reorder-mode,
#PanelUI-zen-gradient-generator-color-custom-add {
margin-left: auto;
min-height: 1px !important;
padding: 3px;
border-radius: 4px;
@@ -395,6 +394,10 @@
width: 100%;
}
#PanelUI-zen-workspaces-header {
margin-right: auto;
}
/* Mark workspaces indicator */
#zen-current-workspace-indicator {
padding: 15px calc(4px + var(--tab-inline-padding));