Skip to content

Commit

Permalink
[#70322] Frontend: extend table margins until focus is lost
Browse files Browse the repository at this point in the history
  • Loading branch information
MaciejWas authored and glatosinski committed Jan 8, 2025
1 parent 2332f3e commit 6ae5276
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/components/packages/PackagesList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -229,11 +229,11 @@ table.resources-table.packages {
width: fit-content;
overflow-x: unset;

&:has(.resources-table-row:nth-last-child(2) #main-button:focus) {
&:has(.resources-table-row:nth-last-child(2) .buttons:focus-within) {
margin-bottom: 30px;
}

&:has(.resources-table-row:last-child #main-button:focus) {
&:has(.resources-table-row:last-child .buttons:focus-within) {
margin-bottom: 130px;
}
}
Expand Down

0 comments on commit 6ae5276

Please sign in to comment.