mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-09-01 05:33:49 +08:00
When you just miss one value.
This commit is contained in:
@@ -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():
|
||||
|
||||
Reference in New Issue
Block a user