firefox: move removing of "New Tweets" to uBlock origin

This commit is contained in:
Vincent Bernat 2022-09-06 20:25:00 +02:00
parent f69cf5a056
commit ac132ed56b

View file

@ -15,9 +15,4 @@
position: static !important; position: static !important;
scroll-snap-align: start !important; scroll-snap-align: start !important;
} }
/* Hide the “new Tweets available” floating toast notification */
[aria-label="New Tweets are available."] {
display: none !important;
}
} }