mirror of
https://github.com/OliveTin/OliveTin
synced 2025-12-14 10:05:41 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user