Le retour du bouton "Pouet !" sur mastdodon v4
Pouet, le retour du bouton by n1k0
Imported from https://raw.githubusercontent.com/uso-archive/data/flomaster/data/usercss/254742.user.css
Details
Authorn1k0
LicenseCC0-1.0
Categoryunset
Created
Updated
Size572 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 Pouet, le retour du bouton
@namespace USO Archive
@author Nicolas Perriault
@description `Le retour du bouton "Pouet !" sur mastdodon v4`
@version 20221116.12.14
@license CC0-1.0
@preprocessor uso
==/UserStyle== */
/* i really want this to be global */
.compose-form__publish-button-wrapper button {
position: relative;
color: rgba(0,0,0,0);
}
.compose-form__publish-button-wrapper button::after {
content: "Pouet !";
position: absolute;
color: #fff;
left: 0;
right: 0;
}