Skip to content

Commit dadaaf7

Browse files
Kateryna ProkopenkoDevtools-frontend LUCI CQ
authored andcommitted
[GM3Restyling] Update FilmStripView dialog
Screenshot: https://imgur.com/a/x5d36RH Bug: 325442935 Change-Id: I959fc1b958e63a376648d0b365417e806c993e8c Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6291580 Auto-Submit: Kateryna Prokopenko <[email protected]> Commit-Queue: Nancy Li <[email protected]> Reviewed-by: Nancy Li <[email protected]>
1 parent 53d6f3e commit dadaaf7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

front_end/ui/legacy/components/perf_ui/FilmStripView.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -176,13 +176,13 @@ export class Dialog {
176176
const nextButton = UI.UIUtils.createTextButton('\u25B6', this.onNextFrame.bind(this));
177177
UI.Tooltip.Tooltip.install(nextButton, i18nString(UIStrings.nextFrame));
178178
this.fragment = UI.Fragment.Fragment.build`
179-
<x-widget flex=none margin=12px>
180-
<x-hbox overflow=auto border='1px solid #ddd'>
179+
<x-widget flex=none margin='var(--sys-size-7) var(--sys-size-8) var(--sys-size-8) var(--sys-size-8)'>
180+
<x-hbox overflow=auto border='var(--sys-size-1) solid var(--sys-color-divider)'>
181181
<img $='image' data-film-strip-dialog-img style="max-height: 80vh; max-width: 80vw;"></img>
182182
</x-hbox>
183-
<x-hbox x-center justify-content=center margin-top=10px>
183+
<x-hbox x-center justify-content=center margin-top='var(--sys-size-6)'>
184184
${prevButton}
185-
<x-hbox $='time' margin=8px></x-hbox>
185+
<x-hbox $='time' margin='var(--sys-size-5)'></x-hbox>
186186
${nextButton}
187187
</x-hbox>
188188
</x-widget>

0 commit comments

Comments
 (0)