Makes faces larger and outlines them so you don't pick the wrong bubble.
Hides the news feed & Twitter reminder.
Works on dashboard & updater.
imood Dashboard Tweaks by cass_per
Details
Authorcass_per
LicenseNo License
Categoryimood
Created
Updated
Size870 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 imood Dashboard Tweaks
@version 20220813.03.34
@namespace userstyles.world/user/cass_per
@description Makes faces larger and outlines them so you don't pick the wrong bubble.
Hides the news feed & Twitter reminder.
@author cass_per
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://www.imood.com/dashboard"), url-prefix("https://www.imood.com/updater") {
/*Outline faces and their bubbles, make faces larger, & and de-blur theme*/
.face-radio {
border: 1px solid beige;
margin-top: 4px;
}
.imood .content img {
height: 30px;
width: auto;
image-rendering: pixelated;
}
}
@-moz-document url-prefix("https://www.imood.com/dashboard") {
/*Hide latest news & connect to twitter*/
.sidebar .content:is(:nth-of-type(2), :nth-of-type(3)) {
display: none;
}
}