From 92557690383c81b71ea53fee9ce0a0254388b768 Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Fri, 2 Nov 2018 21:26:59 -0600 Subject: [PATCH] Update custom.scss --- resources/assets/sass/custom.scss | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/resources/assets/sass/custom.scss b/resources/assets/sass/custom.scss index f87bb645..adce6242 100644 --- a/resources/assets/sass/custom.scss +++ b/resources/assets/sass/custom.scss @@ -393,4 +393,21 @@ details summary::-webkit-details-marker { 100% { transform: rotate(360deg); } +} + +.navbar .nav-notification.dropdown-toggle::after { + display: none; +} + +.navbar .dropdown .nav-notification-dropdown { + width:500px; + max-height: 300px; + overflow-y: scroll; + padding-top: 0; + padding-bottom: 0; +} + +.nav-notification-dropdown .loader { + padding-top: 5rem; + padding-bottom: 5rem; } \ No newline at end of file