fix: Fixed flathub missing attributes, b=no-bug, c=workflows, flatpak, folders, workspaces

This commit is contained in:
Mr. M
2025-09-04 12:16:08 +02:00
parent fe87e22b63
commit e533f722ff
4 changed files with 29 additions and 12 deletions

View File

@@ -906,6 +906,7 @@
}
handleTabUnpin(tab) {
tab.style.removeProperty('--zen-folder-indent');
const group = tab.group;
if (!group) {
return false;

View File

@@ -318,13 +318,13 @@ zen-workspace {
}
}
}
&[active] .zen-workspace-empty-space {
-moz-window-dragging: drag;
}
}
.zen-workspace-empty-space {
-moz-window-dragging: drag;
}
/** Customiable UI, this is an auto generated ID */
/** Customizable UI, this is an auto generated ID */
#wrapper-zen-workspaces-button {
width: 100%;
}