fix
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user