Browse Source

add option to enlarge emoji on hover

main
xenua 1 year ago
parent
commit
7f6daba3e6
  1. 25
      mastodon/mastodon4.user.css

25
mastodon/mastodon4.user.css

@ -110,5 +110,30 @@ @@ -110,5 +110,30 @@
display: none;
}
*/
/* disable clicking on it as well */
/*
.column-link[title="Follow requests"] {
pointer-events: none;
}
*/
/*enlarge custom emoji on hover*/
/*
.emoji-mart-emoji:hover > * {
height: 34px !important;
width: 34px !important;
}
.emoji-mart-emoji:hover {
width: 34px !important;
height: 34px !important;
padding: 0 !important;
}
:not(.emoji-button) > .emojione:hover {
width: 34px !important;
height: 34px !important;
}
*/
}

Loading…
Cancel
Save