From ef36cf84c2e50e5ec84ee55be68c53731564f4c3 Mon Sep 17 00:00:00 2001 From: benjaminapetersen Date: Wed, 6 Sep 2017 15:52:37 -0400 Subject: [PATCH] Fix excessively large notification blank state message --- app/styles/_notifications.less | 3 +++ dist/styles/main.css | 1 + 2 files changed, 4 insertions(+) diff --git a/app/styles/_notifications.less b/app/styles/_notifications.less index 49601916ea..aa009915e8 100644 --- a/app/styles/_notifications.less +++ b/app/styles/_notifications.less @@ -3,6 +3,9 @@ // ----------------------------------------------- notification-drawer-wrapper { + .blank-state-pf-title { + font-size: @font-size-h4; + } .drawer-pf { height: calc(100vh ~"-" (@navbar-os-header-height-mobile + @project-bar-height-mobile)); opacity: 1; diff --git a/dist/styles/main.css b/dist/styles/main.css index 4dc6fe7ce0..06d0b01f15 100644 --- a/dist/styles/main.css +++ b/dist/styles/main.css @@ -5848,6 +5848,7 @@ kubernetes-container-terminal .terminal-actions .spinner{top:5px} .membership .content-pane .col-name input{max-width:175px} .membership .content-pane .select-role{width:150px} } +notification-drawer-wrapper .blank-state-pf-title{font-size:14px} notification-drawer-wrapper .drawer-pf{height:calc(100vh - 69px);opacity:1;position:fixed;right:0;top:69px;transition:top 150ms ease-in-out,opacity 150ms;z-index:1028} @media (max-width:350px){notification-drawer-wrapper .drawer-pf{left:0;width:100%} }