1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-07-22 14:49:38 +02:00

Transaction page design fixes (#1176)

* Fix transaction summary spacing

* Fix search input padding

* Search and transfer design fixes
This commit is contained in:
Zach Gollwitzer 2024-09-13 15:43:16 -04:00 committed by GitHub
parent 30f7c120e1
commit 0149ca4ea1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 20 additions and 20 deletions

View file

@ -10,7 +10,7 @@ export default class extends Controller {
static values = {
show: Boolean,
placement: { type: String, default: "bottom-end" },
offset: { type: Number, default: 5 },
offset: { type: Number, default: 6 },
};
connect() {
@ -103,7 +103,6 @@ export default class extends Controller {
position: 'fixed',
left: `${x}px`,
top: `${y}px`,
width: 'max-content',
});
});
}