mastodon.social - larger action button
by shuuji3
Details
Authorshuuji3
LicenseGPLv3
Categorymastodon.social
Created
Updated
Size867 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Experiment to increase the button padding of the status action button.
ref.
Notes
Userstyle doesn't have notes.
Source code
/* ==UserStyle==
@name mastodon.social - larger action button
@namespace github.com/shuuji3
@version 1.0.1
@description Experiment to increase the button padding of status action button.
@author TAKAHASHI Shuuji <shuuji3@gmail.com>
==/UserStyle== */
@-moz-document domain("mastodon.social") {
/* experiment - enlarge button click area */
.status {
padding-bottom: 4px;
}
.status__action-bar {
margin-top: 8px;
}
.detailed-status__action-bar {
padding: 4px 0;
}
.status__action-bar__button,
.status__action-bar__dropdown > button,
.detailed-status__button > button,
.detailed-status__action-bar-dropdown > button {
/* background: #FF000047; */
width: initial !important;
height: initial !important;
padding: 8px 8px !important;
}
}