feature: Rounded buttons... because apparently they look modern?! (#239)

* feature: Rounded buttons... because apparently they look modern?!

* bugfix: Logo in readme
This commit is contained in:
James Read
2024-03-05 14:53:50 +00:00
committed by GitHub
parent ee4d61e476
commit 555b6929e4
3 changed files with 4 additions and 12 deletions

View File

@@ -129,6 +129,8 @@ class ActionButton extends ExecutionFeedbackButton {
if (this.popupOnStart === 'execution-button') {
const btnExecution = document.createElement('execution-button')
btnExecution.constructFromJson(executionTrackingId)
this.querySelector('.action-button-footer').hidden = false
this.querySelector('.action-button-footer').style.display = 'flex'
this.querySelector('.action-button-footer').prepend(btnExecution)
return