subscription settings: Use em for width and height of channel color.

This commit is contained in:
evykassirer 2025-02-09 14:54:32 -08:00 committed by Tim Abbott
parent 1b11d3c017
commit 020e8d9403

View File

@ -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;
}