This commit is contained in:
Mateusz Gruszczyński
2026-04-14 19:33:55 +02:00
parent 08c8cbbc7d
commit 701ca538d4
6 changed files with 38 additions and 3 deletions

View File

@@ -3487,3 +3487,22 @@ body.dark-theme .device-toggle.is-active{background:linear-gradient(135deg,color
.mobile-actions-menu summary{margin-left:auto;}
.mobile-actions-menu__list{position:static;right:auto;top:auto;min-inline-size:0;width:100%;margin-top:10px;}
}
@media (max-width: 960px) {
.repository-table.app-table .p-datatable-tbody > tr > td{
align-items: flex-start;
gap: 0.45rem;
}
.repository-table .table-actions--stack,
.repository-table .table-actions--labels{
width: 100%;
}
.repository-table .p-button.table-action-btn,
.repository-table .p-button.table-action-btn--wide,
.repository-table .p-button.table-action-btn--compact{
width: 100%;
justify-content: center;
}
}