Improve visibility of font size chooser (#6988)
* Improve visibility of font size chooser * Move slider dot sizes into variables * Use a standard font size instead of percentage in Slider * Use shorthand for padding in FontScalingPanel * Change Slider text pos to px to be consistent when font changes * Cleaner dot size for Slider selection
This commit is contained in:
@@ -27,6 +27,9 @@ $EventTile_e2e_state_indicator_width: 4px;
|
||||
$MessageTimestamp_width: 46px; /* 8 + 30 (avatar) + 8 */
|
||||
$MessageTimestamp_width_hover: calc($MessageTimestamp_width - 2 * $EventTile_e2e_state_indicator_width);
|
||||
|
||||
$slider-dot-size: 1em;
|
||||
$slider-selection-dot-size: 2.4em;
|
||||
|
||||
:root {
|
||||
font-size: 10px;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user