See image
Quick and dirty fix for new icons on dtf.ru by nev3rfail
Details
Authornev3rfail
LicenseMIT
Categoryhttps://dtf.ru
Created
Updated
Size726 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
@name:ru Быстрый и грязный фикс новых иконок на пдф
@description See image
@description:ru См. картинку
@namespace https://github.com/nev3rfail
@author nev3rfail
@license MIT
@version 1.0.0
==/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;
height: 15px;
margin-top: 4px;
}
.reactions {
margin: 2px;
}
.reactions.comment__reactions {
float: right;
}
}