Skip to content

Koinly: show date in lower left corner by actus-wirtenberger

Details

Authoractus-wirtenberger

LicenseNo License

Categoryhttps://app.koinly.io/p/transactions

Created

Updated

Size275 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Moves the date heading into the lower left corner. If there is more than one date heading in the transaction list, then only the uppermost will be moved.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         app.koinly.io
@version      20230512.13.13
@namespace    ?
==/UserStyle== */

@-moz-document url-prefix("https://app.koinly.io/p/transactions") {
h5.mt-5:nth-child(1) > a:nth-child(1) {
    position: fixed;
    bottom: 15px;
    left: 20px;
}
}

Reviews

No reviews yet.