mediawiki-extensions-Echo/modules/styles
Thiemo Kreuz a5d35141f4 Fix notification popup header always showing a scrollbar
This issue was introduced in patch I41ad96b (T190397). The head
element is set to 44px height. However, the box-sizing is set
to border-box, which means these 44px include the 1px border at
the bottom. This leaves only 43px inside the head. The label is
meant to fit in there. Since the previous 44px don't fit, there
was always a scrollbar.

This could as well be fixed by changing the head to 45px.
However, this would make it different from the footer. I
believe both should have the same size for consistency.

Bug: T190397
Change-Id: Id0946d872a99fb8a1fbb33e6365fd78cd22eddd3
2020-08-10 14:59:06 +00:00
..
LabelIconWidget.less Fix "Mark as read" button icon on no-JS 2018-01-03 15:50:45 +01:00
mw.echo.ui.ActionMenuPopupWidget.less Fix width of buttons-as-option-widgets 2020-07-28 09:51:20 +00:00
mw.echo.ui.ConfirmationPopupWidget.less Replace static border radius value with var 2020-04-15 18:09:48 -07:00
mw.echo.ui.CrossWikiNotificationItemWidget.less Simplify styling of notification bundles 2020-07-23 18:19:34 +01:00
mw.echo.ui.CrossWikiUnreadFilterWidget.less hygiene: Make LESS imports non-ambigious 2019-10-25 13:53:39 -07:00
mw.echo.ui.DatedNotificationsWidget.less hygiene: Make LESS imports non-ambigious 2019-10-25 13:53:39 -07:00
mw.echo.ui.DatedSubGroupListWidget.less hygiene: Make LESS imports non-ambigious 2019-10-25 13:53:39 -07:00
mw.echo.ui.FooterNoticeWidget.less hygiene: Make LESS imports non-ambigious 2019-10-25 13:53:39 -07:00
mw.echo.ui.MenuItemWidget.less Fix layout of action buttons use display:flex 2020-07-29 14:13:02 +01:00
mw.echo.ui.mobile.less Properly scoped style improvements to Echo OOUI dialog in desktop Minerva 2020-02-11 07:41:23 +08:00
mw.echo.ui.NotificationBadgeWidget.less Fix notification popup header always showing a scrollbar 2020-08-10 14:59:06 +00:00
mw.echo.ui.NotificationItemWidget.less Merge "Fix layout of action buttons use display:flex" 2020-08-04 05:17:04 +00:00
mw.echo.ui.NotificationsInboxWidget.less Fix layout of NotificationsInboxWidget on narrow screens 2020-07-27 16:11:38 +01:00
mw.echo.ui.NotificationsInboxWidget.minerva.less Merge in styles from Minerva 2020-07-27 23:19:51 +00:00
mw.echo.ui.NotificationsListWidget.less Fix hover styles, remove link underline on special page 2020-07-24 20:34:43 +01:00
mw.echo.ui.NotificationsWrapper.less
mw.echo.ui.overlay.less
mw.echo.ui.overlay.minerva.less Fix styling of action popup menu 2020-07-27 16:11:03 +01:00
mw.echo.ui.overlay.monobook.less Fix font size in monobook 2020-07-24 23:31:35 +00:00
mw.echo.ui.overlay.vector.less
mw.echo.ui.PageFilterWidget.less hygiene: Make LESS imports non-ambigious 2019-10-25 13:53:39 -07:00
mw.echo.ui.PageNotificationsOptionWidget.less Use '.text-overflow()' mixin from 'mediawiki.mixins' 2020-04-23 18:16:01 -07:00
mw.echo.ui.PaginationWidget.less Fix navigation controls wrapping on Notifications page 2018-11-27 09:27:52 -08:00
mw.echo.ui.PlaceholderItemWidget.less hygiene: Make LESS imports non-ambigious 2019-10-25 13:53:39 -07:00
mw.echo.ui.SpecialHelpMenuWidget.less hygiene: Make LESS imports non-ambigious 2019-10-25 13:53:39 -07:00
mw.echo.ui.SubGroupListWidget.less hygiene: Make LESS imports non-ambigious 2019-10-25 13:53:39 -07:00
mw.echo.ui.ToggleReadCircleButtonWidget.less Follow-up I1ed9d3860: Fix ToggleReadCircle in monobook 2020-07-24 23:31:45 +00:00