mirror of
https://github.com/we-promise/sure.git
synced 2026-04-07 14:31:25 +00:00
Transaction page design fixes (#1176)
* Fix transaction summary spacing * Fix search input padding * Search and transfer design fixes
This commit is contained in:
@@ -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',
|
||||
});
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user