Skip to content

Commit d421eac

Browse files
Lightning00BladeDevtools-frontend LUCI CQ
authored andcommitted
[Freestyler] Make padding on disable better on small screens
The margin does not have effect on the normal layout, but on small screen it makes the the scroll appear earlier. Keep it rather then removing as it makes it look better. Bug: none Change-Id: I3c0db73a6f5d35f9d9adf9687ac329113adaa4ff Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/5937920 Auto-Submit: Nikolay Vitkov <[email protected]> Commit-Queue: Wolfgang Beyer <[email protected]> Reviewed-by: Wolfgang Beyer <[email protected]>
1 parent 2436747 commit d421eac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

front_end/panels/freestyler/components/freestylerChatUi.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -529,7 +529,7 @@ main {
529529
padding: var(--sys-size-6) var(--sys-size-8);
530530
box-shadow: var(--drop-shadow);
531531
font: var(--sys-typescale-body4-regular);
532-
margin: var(--sys-size-8);
532+
margin: var(--sys-size-4) 0;
533533
max-width: var(--sys-size-34);
534534
display: flex;
535535
text-wrap: pretty;

0 commit comments

Comments
 (0)