Moves the "add transaction" menu panel to the right side.
Koinly: move add transaciton menu to the right by actus-wirtenberger
Details
Authoractus-wirtenberger
LicenseNo License
Categoryhttps://app.koinly.io/p/transactions
Created
Updated
Size274 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 Koinly: move add transaciton menu to the right
@version 20230818.11.56
@namespace ?
==/UserStyle== */
@-moz-document url-prefix("https://app.koinly.io/p/transactions") {
.css-6nvolg {
margin-left: 1350px;
}
}