From be72a62156b29b05d62ab9b4bb388551f8fe92b8 Mon Sep 17 00:00:00 2001 From: DanyLE Date: Fri, 6 Jan 2023 18:59:20 +0100 Subject: [PATCH] cleanup system services package --- src/packages/SystemServices/main.css | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/src/packages/SystemServices/main.css b/src/packages/SystemServices/main.css index acf833a..7ac1dd0 100644 --- a/src/packages/SystemServices/main.css +++ b/src/packages/SystemServices/main.css @@ -23,28 +23,4 @@ afx-list-view[data-id = "notifylist"] > div.list-container > ul li{ word-break: break-word; padding-top: 5px; padding-bottom: 5px; -} - -afx-overlay[data-id = "feedzone"]{ - overflow: hidden; - background-color:transparent; - right:5px; - margin: 0; - padding:0; - top:0; -} -afx-list-view[data-id = "notifeed"] -{ - padding:0; - margin:0; -} -afx-list-view[data-id = "notifeed"] li{ - box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.65); - border:1px solid #262626; - border-radius: 6px; - margin-bottom: 2px; - z-index: 99999; - -ms-word-break: break-all; - word-break: break-all; - word-break: break-word; } \ No newline at end of file