noVNC/app
Samuel Mannehed 8decca7353 Use unitless numbers for line-height values
Using <length> type values for line-height can give unexpected
inheritance behaviors. If using <length> values, the inherited
line-height on children is calculated using the font-size of the parent.
What we want is for the line-height of children to be calculated using
it's own font-size.

By instead using a unitless number, we get the behavior we want. Note
that this bug has no effects right now since no children to any of the
related elements have different font-sizes.
2023-03-23 11:06:03 +01:00
..
images Use an ICO file for favicons 2022-12-23 09:05:12 +01:00
locale Update json files for new translations 2023-01-20 13:57:20 +01:00
sounds Support RFB bell 2016-09-22 11:15:42 +02:00
styles Use unitless numbers for line-height values 2023-03-23 11:06:03 +01:00
error-handler.js Make error handler's focus changes best-effort 2022-10-12 13:01:23 +02:00
localization.js Improve whitespace handling in translations 2022-12-27 15:39:11 +01:00
ui.js Restrict forced panning to known bad platforms 2022-12-27 12:50:57 +01:00
webutil.js Consistently use "first" indentation 2022-12-27 12:50:57 +01:00