this repo has no description
fork

Configure Feed

Select the types of activity you want to include in your feed.

appview: input.css: hide [aria-hidden="true"] elements

Signed-off-by: Gwenn Le Bihan <gwenn.lebihan7@gmail.com>

+5
+5
input.css
··· 105 105 } 106 106 } 107 107 108 + /* Hidden elements */ 109 + [aria-hidden="true"] { 110 + display: none ; 111 + } 112 + 108 113 /* Background */ 109 114 .bg { 110 115 color: #4c4f69;