##// END OF EJS Templates
style: fix comment bubble appearance upon zoom...
style: fix comment bubble appearance upon zoom When browser zoom is used, the font size increases. As a result, the text balloon icon used in the comment bubble increases as well. However, the rectangle in which the icon resides is kept the same size, causing the result to look bad. Use 'em' units, which are relative to the font size, rather than pixels, for all relevant style properties of the bubble, including size, padding and border-radius. With these settings, the bubble always looks well, regardless of zoom value.

File last commit:

r8405:5a3417b6 stable
r8428:ad5c3a18 default
Show More
index.rst
88 lines | 1.2 KiB | text/x-rst | RstLexer

Kallithea Documentation

  • :ref:`genindex`
  • :ref:`search`

Readme

Administrator guide

Installation and upgrade

Setup and configuration

Maintenance

User guide

Developer guide