dropdown-widget: Remove left padding for icons.

This commit removes left padding for the stream privacy
and disabled icon in dropdown widgets. There is already
a padding in grid container and we are fine with removing
the 2px padding to avoid maintaining more pixel values.
This commit is contained in:
Sahil Batra
2025-10-06 12:16:49 +05:30
committed by Tim Abbott
parent 46f338f54f
commit 60074db0ed
2 changed files with 2 additions and 1 deletions

View File

@@ -1164,7 +1164,7 @@ div.overlay .flex.overlay-content > .overlay-container,
.setting-disabled-option-icon {
align-self: center;
/* Values set to match text alignment in stream dropdown. */
padding: 0 5px 0 2px;
padding-right: 5px;
}
}

View File

@@ -2250,6 +2250,7 @@ body:not(.spectator-view) {
regardless of the height. */
width: 0.93em;
padding-right: 5px;
padding-left: 0;
/* Override the [data-tippy-root] style in
`tooltips.css`.
Because we are manually holding icon