2 Commits

Author SHA1 Message Date
Mateusz Gruszczyński
a4d3da1d64 fix text position 2026-03-27 11:50:13 +01:00
Mateusz Gruszczyński
e14ea5445e fix text position 2026-03-27 11:50:01 +01:00

View File

@@ -5875,3 +5875,34 @@ body:not(.sorting-active) .drag-handle {
justify-self: end;
}
}
/* v15 2026-03-27: /share mobile row text parity with /list */
@media (max-width: 575.98px) {
.endpoint-list_share .shopping-item-main,
.endpoint-shared_list .shopping-item-main {
align-items: center;
}
.endpoint-list_share .shopping-item-head,
.endpoint-shared_list .shopping-item-head {
display: flex;
align-items: center;
justify-content: space-between;
gap: .45rem;
}
.endpoint-list_share .shopping-item-text,
.endpoint-shared_list .shopping-item-text,
.endpoint-list_share .shopping-item-main > .large-checkbox,
.endpoint-shared_list .shopping-item-main > .large-checkbox,
.endpoint-list_share .shopping-item-actions,
.endpoint-shared_list .shopping-item-actions {
align-self: center;
}
.endpoint-list_share .shopping-item-actions,
.endpoint-shared_list .shopping-item-actions {
margin-left: auto;
justify-self: auto;
}
}