feat(skin): improved responsive design

This commit is contained in:
Sam Potts
2026-07-15 08:23:53 +10:00
parent 82b9e43bb5
commit a9b097d9de
100 changed files with 1559 additions and 1260 deletions
+1 -1
View File
@@ -113,7 +113,7 @@ test.describe('Visual — HTML Portrait Layout', () => {
const thumbnail = document.querySelector('video-skin')!.shadowRoot!.querySelector('media-slider-thumbnail')!;
const style = getComputedStyle(thumbnail);
const probe = document.createElement('div');
probe.style.height = style.getPropertyValue('--media-slider-thumbnail-max-height');
probe.style.height = style.getPropertyValue('--max-height');
document.body.append(probe);
const configuredMaxHeight = parseFloat(getComputedStyle(probe).height);