When you just miss one value.

This commit is contained in:
dirwin31
2026-08-27 17:47:48 -07:00
parent f07d588534
commit 7bfe5ab830
2 changed files with 4 additions and 2 deletions
@@ -1266,7 +1266,8 @@
border-radius: 0;
height: 100%;
inset: 0;
object-fit: contain;
/* Keep the visible frame size fixed when qcamera swaps to a wider full stream. */
object-fit: cover;
position: absolute;
width: 100%;
}
@@ -88,10 +88,11 @@ def test_sort_order_select_and_route_items_are_keyed_and_reactive():
assert ".key(route.name)" in source
def test_player_shell_matches_low_quality_video_aspect_ratio():
def test_player_shell_keeps_both_quality_levels_at_one_fixed_size():
source = COMPONENT_CSS_PATH.read_text(encoding="utf-8")
assert "aspect-ratio: 526 / 330;" in source
assert "object-fit: cover;" in source
def test_groups_routes_into_today_yesterday_dates_and_unknown():