Adjust layout for saved filters empty state
authorHagar Shilo <strayblues@gmail.com>
Wed, 13 Jun 2018 08:09:25 +0000 (11:09 +0300)
committerHagar Shilo <strayblues@gmail.com>
Mon, 18 Jun 2018 18:53:32 +0000 (21:53 +0300)
Bug: T191534
Change-Id: Ia3f9509dce41a7fec44c93eb02239257a491499d

resources/src/mediawiki.rcfilters/styles/mw.rcfilters.ui.SavedLinksListWidget.less

index e72fbda..6746237 100644 (file)
@@ -8,7 +8,12 @@
        &-placeholder {
                &-title {
                        font-weight: bold;
-                       margin-bottom: 1em;
+                       margin-bottom: 0.4375em; // 7px / 16
+                       margin-top: 0.1875em; // 3px / 16
+               }
+
+               &-description {
+                       line-height: 1.5em; // 24px / 16
                }
 
                // Extra specificity needed to override OOUI rule that sets white-space: nowrap;