Tweaks some things in the Divvy (expense tracker) dashboard, to make it easier to enter expense data.
Divvy - bigger sidebar and lists by hawkeye.twolf
Details
Authorhawkeye.twolf
LicenseNo License
Categorydivvy
Created
Updated
Size520 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 Divvy - bigger sidebar and lists
@version 20220308.08.35
@namespace userstyles.world/user/hawkeye.twolf
@description Tweaks some things in the Divvy (expense tracker) dashboard, to make it easier to enter expense data.
@author hawkeye.twolf
@license No License
==/UserStyle== */
@-moz-document domain("app.divvy.co") {
/* Wider sidebar */
.Drawer-isShowing {
width: 600px;
}
/* Longer expense category select */
.css-tkig0q {
max-height: 80rem;
}
}