move study save button to the right

This commit is contained in:
Niklas Fiekas 2020-07-02 21:28:36 +02:00
parent 42045849de
commit ba2fc746c0

View file

@ -181,7 +181,7 @@ export function view(ctrl: StudyFormCtrl): VNode {
],
selected: '' + data.settings.description
})),
h('div.form-actions', [
h(`div.form-actions${ctrl.relay ? '' : '.single'}`, [
ctrl.relay ? h('a', {
attrs: { href: `/broadcast/-/${data.id}/edit` }
}, 'Broadcast settings') : null,