See image
Quick and dirty fix for new icons on dtf.ru by nev3rfail
Details
Authornev3rfail
LicenseMIT
Categoryhttps://dtf.ru
Created
Updated
Size617 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 Quick and dirty fix for new icons on dtf.ru
@version 20241230.19.11
@namespace https://userstyles.world/user/nev3rfail
@description See image
@author nev3rfail
@license MIT
==/UserStyle== */
@-moz-document url-prefix("https://dtf.ru/") {
.reaction-button {
font-size:12px;
line-height:20px;
padding: 0px 8px;
border-radius: 12px;
}
.reaction-button img {
width:15px !important;
height:15px !important;
margin-top:4px;
}
.reactions {
margin: 2px;
}
.reactions.comment__reactions, .reactions.comment-reactions {
float:right;
}
}