diff --git a/webroot/rsrc/css/phui/phui-timeline-view.css b/webroot/rsrc/css/phui/phui-timeline-view.css
--- a/webroot/rsrc/css/phui/phui-timeline-view.css
+++ b/webroot/rsrc/css/phui/phui-timeline-view.css
@@ -189,10 +189,30 @@
   overflow-x: auto;
 }
 
+/*
+ * Start Customization for removed comments
+ * https://we.phorge.it/T15192
+ */
+
 .phui-timeline-core-content .comment-deleted {
   font-style: italic;
 }
 
+.phui-timeline-shell-removed .phui-timeline-icon-fill,
+.phui-timeline-shell-removed .phui-timeline-image {
+  opacity: 0.5;
+}
+.phui-timeline-shell-removed,
+.phui-timeline-shell-removed a,
+.phui-timeline-shell-removed .phui-timeline-title {
+  color: rgba(0, 0, 0, 0.5);
+}
+.phui-timeline-shell-removed .phui-timeline-core-content {
+  padding:4px 16px !important;
+}
+
+/* End Customization for removed comments */
+
 .device .phui-timeline-event-view {
   min-height: 23px;
   position: relative;