This userstyle fixes the newly introduced ugliness to GitHub reactions on comments, pull requests, etc. that use extremely rounded icons and don't correctly vertically align the icons in the blue bubble.
Fix recently uglified GitHub emoji/reaction buttons by mqudsi
Details
Authormqudsi
LicenseMIT
Categorygithub
Created
Updated
Size429 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name github.com - 8/31/2021, 1:33:06 PM
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Fix newly uglified GitHub reaction/emoji containers
@author Mahmoud Al-Qudsi <mqudsi@neosmart.net>
==/UserStyle== */
@-moz-document domain("github.com") {
button.reaction-summary-item {
border-radius: 6px !important;
height: 2.5em !important;
}
}