N°8955 Remove fixed width, add dynamic display for force uninstall menu item

This commit is contained in:
Timothee
2026-02-26 10:24:49 +01:00
parent b5632a74da
commit f106c98bdf
3 changed files with 17 additions and 5 deletions

View File

@@ -9,8 +9,7 @@ $ibo-extension-details--actions--button--padding-x: $ibo-button--padding-x !defa
flex-direction: row;
justify-content: space-between;
align-items: center;
width: 450px;
width: 100%;
}
.ibo-extension-details--information {
@@ -48,4 +47,8 @@ $ibo-extension-details--actions--button--padding-x: $ibo-button--padding-x !defa
.ibo-extension-details--actions > button {
padding: $ibo-extension-details--actions--button--padding-y $ibo-extension-details--actions--button--padding-x;
}
.ibo-extension-details--actions:has(.toggler-install:not(:disabled)) .ibo-popover-menu--section a[data-resource-id="force_uninstall"] {
display: none;
}