mediawiki-extensions-Echo/modules
Roan Kattouw e3c4ddc1ae Don't make the notifications list 5px taller than the screen
The max-height of the notifications list was hardcoded to
the height of the window minus 134 pixels. I don't know
where this value came from, but it doesn't seem to take
borders into account. The correct value appears to be
139 in Chrome and 140 in Firefox, so I changed it to 140.

Also, this really really should not be a hardcoded value.
This 140 value can be measured in JavaScript; that's how I
derived it. Even better, oojs-ui has a mixin called
OO.ui.ClippableElement that automatically does this for you
AND automatically adjusts the height when the window is resized
as well.

Change-Id: I17bc2c5333e5c3d5dd720e6bccf8cbbdbb4abe6c
2014-09-23 15:00:21 -07:00
..
alert Hygiene: Port all Echo css to less. 2014-08-04 11:43:27 -07:00
badge Hygiene: Port all Echo css to less. 2014-08-04 11:43:27 -07:00
base Fix line height/size of notifications 2014-08-15 14:02:17 -07:00
icons Updating Talk notification icon 2013-06-28 11:56:07 -07:00
overlay Don't make the notifications list 5px taller than the screen 2014-09-23 15:00:21 -07:00
special Hygiene: Dont quote object property keys 2014-09-12 16:00:07 -07:00
hooks.txt Add overlay hook for user scripts. 2013-06-13 21:27:26 -04:00
mixins.less Prevent horizontal scroll bars in Firefox 2014-08-14 13:21:49 -07:00