Youtube - Add spacing to dislike count by sapondanaisriwan

Details
Authorsapondanaisriwan
LicenseMIT
Created
Updated
Categoryyoutube
Description
This style works with Return Youtube Dislike
Notes
I have a bad news
Adachi is in a one-sided love 🥲🥲
Source code
/* ==UserStyle==
@name Youtube - Add spacing to dislike count
@author sapondanaisriwan(Adashima#4066)
@description Please report bugs via my email, github, discord or the discussion section(If I have some free time, I'll fix them)
@namespace https://userstyles.world/user/sapondanaisriwan
@homepageURL https://github.com/sapondanaisriwan/AdashimaaTube
@supportURL https://github.com/sapondanaisriwan/AdashimaaTube/issues
@version 1.0.0
@license MIT
==/UserStyle== */
@-moz-document domain("youtube.com") {
.yt-spec-button-shape-next--size-m.yt-spec-button-shape-next--segmented-end span {
padding-left: 6px
}
}