diff --git a/web/styles/subscriptions.css b/web/styles/subscriptions.css index a5821d23b6..2e601f3cb6 100644 --- a/web/styles/subscriptions.css +++ b/web/styles/subscriptions.css @@ -1337,17 +1337,23 @@ div.settings-radio-input-parent { } .stream-settings-color-selector { + border: 1px solid var(--color-border-zulip-button); display: flex; align-items: center; gap: 10px; overflow: hidden; + + &.action-button-quiet-neutral { + box-shadow: none; + } } .stream-settings-color-preview { - /* 33px at 12.8 font size (from .button.small) at 14px em */ - width: 2.5781em; - height: 2.5781em; - margin: -6px 0 -6px -10px; + /* 28px at 16px font size */ + width: 1.75em; + height: 1.75em; + /* -6px 0 -6px 10px at 16px font size. */ + margin: -0.375em 0 -0.375em -0.625em; } #subscription_overlay .channel-folder-widget-container { diff --git a/web/styles/zulip.css b/web/styles/zulip.css index 53650bffde..7e5fd83db5 100644 --- a/web/styles/zulip.css +++ b/web/styles/zulip.css @@ -331,10 +331,18 @@ p.n-margin { } .exit-me { - font-size: 20pt; - font-weight: 200; - margin: 0 0 0 10px; - cursor: pointer; + margin: 0 0 0 5px; + } + + .float-header { + display: flex; + align-items: center; + } + + .feedback-button-container { + display: flex; + align-items: center; + margin-left: auto; } } diff --git a/web/templates/draft_table_body.hbs b/web/templates/draft_table_body.hbs index 861b98104e..82fc226587 100644 --- a/web/templates/draft_table_body.hbs +++ b/web/templates/draft_table_body.hbs @@ -21,9 +21,9 @@
-