serenity/Userland
Simon Wanner a13c21c807 LibWeb: Specify height as 1lh to fix the size of empty text boxes
Previously, empty text boxes would fall back to the min-height: 16px
set on the <input> element. As soon as there is any content they
would usually gain height because the line height of that text is
more than 16px (depending on the font/font-size used).

Now they use height: 1lh for the inner div (which contains the
actual text), which matches the exact height of 1 line of content.
2023-03-18 20:14:52 +01:00
..
Applets Applets/Keymap: Repaint applet on keymap change 2023-03-09 21:42:23 +01:00
Applications LibJS: Propagate errors from VM creation 2023-03-17 16:39:08 +00:00
BuggieBox file: Read more metadata from audio files 2023-03-13 12:35:17 -04:00
Demos LibGUI+Userland: Make TabWidget::*add_tab() take title using new string 2023-03-16 09:58:42 +01:00
DevTools LibGUI+Userland: Port TabWidget set_tab_title to new string 2023-03-16 09:58:42 +01:00
DynamicLoader
Games Everywhere: Remove unintentional partial stream reads and writes 2023-03-13 15:16:20 +00:00
Libraries LibWeb: Specify height as 1lh to fix the size of empty text boxes 2023-03-18 20:14:52 +01:00
Services LibWeb: Move initialization of the MainThreadVM to WebContent's main() 2023-03-17 16:39:08 +00:00
Shell LibGfx+Userland: Make TextAttributes::underline_style optional 2023-03-15 14:55:49 +01:00
Utilities Userland: Use more common WAV MIME type 2023-03-17 22:20:16 +00:00
CMakeLists.txt