Larger buttons and other controls, more vertical space to prevent misclicks.
9000's mokum large mobile controls (light; ugly) by the9000
Details
Authorthe9000
LicenseNo License
Categorymokum.place
Created
Updated
Size936 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 mokum.place
@version 20230517.02.12
@namespace ?
==/UserStyle== */
@-moz-document domain("mokum.place") {
div.bem-post__controls {
margin-top: 0.5em;
margin-bottom: 1.5em;
}
button.bem-post__button {
padding: 0.5em 0.75em;
margin: 0.75em 0em 0.5em 0.5em;
border: solid #ccc 1px;
border-radius: 1em;
background-color: #eee;
}
span.bem-post__comment-edit-delete > button {
padding: 0 0.75em;
margin: 0em 0.5em;
}
button.btn-default {
padding: 0.5em 1em;
border: solid #888 1px;
border-radius: 1em;
background-color: #ccc;
}
div.bem-post__comment {
margin-top: 1.25em;
margin-bottom: 1.25em;
}
/* Large clike controls. */
span.bem-post__clikes-control {
font-size: 150%;
position: absolute; /* make it hand into the margin. */
}
div.mthe-post__comment_your {
background-color: #f8feee;
}
i.fa-lock {
color: #d33;
}
}