UI tweaks
This commit is contained in:
parent
74e10812e5
commit
e7a52d9a12
@ -1748,7 +1748,6 @@ sm-chip .badge {
|
||||
position: sticky;
|
||||
top: 0;
|
||||
z-index: 1;
|
||||
flex: 1;
|
||||
background-color: rgba(var(--background-color), 0.9);
|
||||
border: solid thin rgba(var(--text-color), 0.2);
|
||||
margin: 1.5rem auto;
|
||||
|
||||
2
css/main.min.css
vendored
2
css/main.min.css
vendored
File diff suppressed because one or more lines are too long
@ -1794,7 +1794,6 @@ sm-chip {
|
||||
position: sticky;
|
||||
top: 0;
|
||||
z-index: 1;
|
||||
flex: 1;
|
||||
background-color: rgba(var(--background-color), 0.9);
|
||||
border: solid thin rgba(var(--text-color), 0.2);
|
||||
margin: 1.5rem auto;
|
||||
|
||||
134
index.html
134
index.html
File diff suppressed because one or more lines are too long
@ -1244,6 +1244,7 @@
|
||||
if (_loaded.pipeline[pipeID].disabled)
|
||||
return reject("Pipeline is already closed");
|
||||
getChat(pipeID).then(async result => {
|
||||
console.log(result)
|
||||
let pipeline = _loaded.pipeline[pipeID],
|
||||
tx_hex_latest = Object.keys(result).sort().map(i => result[i].tx_hex).filter(x => x).pop();
|
||||
let privateKey = await floDapps.user.private;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user