mirror of
https://github.com/zulip/zulip.git
synced 2025-11-11 17:36:27 +00:00
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:
@@ -1164,7 +1164,7 @@ div.overlay .flex.overlay-content > .overlay-container,
|
|||||||
.setting-disabled-option-icon {
|
.setting-disabled-option-icon {
|
||||||
align-self: center;
|
align-self: center;
|
||||||
/* Values set to match text alignment in stream dropdown. */
|
/* Values set to match text alignment in stream dropdown. */
|
||||||
padding: 0 5px 0 2px;
|
padding-right: 5px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -2250,6 +2250,7 @@ body:not(.spectator-view) {
|
|||||||
regardless of the height. */
|
regardless of the height. */
|
||||||
width: 0.93em;
|
width: 0.93em;
|
||||||
padding-right: 5px;
|
padding-right: 5px;
|
||||||
|
padding-left: 0;
|
||||||
/* Override the [data-tippy-root] style in
|
/* Override the [data-tippy-root] style in
|
||||||
`tooltips.css`.
|
`tooltips.css`.
|
||||||
Because we are manually holding icon
|
Because we are manually holding icon
|
||||||
|
|||||||
Reference in New Issue
Block a user