mirror of
https://github.com/zulip/zulip.git
synced 2026-06-30 21:11:04 +08:00
subscription settings: Use em for width and height of channel color.
This commit is contained in:
parent
1b11d3c017
commit
020e8d9403
@ -1241,8 +1241,9 @@ div.settings-radio-input-parent {
|
||||
}
|
||||
|
||||
.stream-settings-color-preview {
|
||||
width: 33px;
|
||||
height: 33px;
|
||||
/* 33px at 12.8 font size (from .button.small) at 14px em */
|
||||
width: 2.5781em;
|
||||
height: 2.5781em;
|
||||
margin: -6px 0 -6px -10px;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user