mirror of
https://github.com/zulip/zulip.git
synced 2025-10-22 20:42:14 +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 {
|
||||
align-self: center;
|
||||
/* 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. */
|
||||
width: 0.93em;
|
||||
padding-right: 5px;
|
||||
padding-left: 0;
|
||||
/* Override the [data-tippy-root] style in
|
||||
`tooltips.css`.
|
||||
Because we are manually holding icon
|
||||
|
Reference in New Issue
Block a user