Web: style task log buttons

Style the task log buttons like the other buttons.
This commit is contained in:
Sybren A. Stüvel 2022-07-16 13:23:06 +02:00
parent a97913bebb
commit b3701ef493

View File

@ -56,9 +56,13 @@
</dl> </dl>
<h3 class="sub-title">Task Log</h3> <h3 class="sub-title">Task Log</h3>
<button @click="$emit('showTaskLogTail')" title="Open the task log tail in the footer."> <div class="btn-bar-group">
Follow Task Log</button> <section class="btn-bar tasklog">
<button @click="openFullLog" title="Opens the task log in a new window.">Open Full Log</button> <button class="btn" @click="$emit('showTaskLogTail')" title="Open the task log tail in the footer.">
Follow Task Log</button>
<button class="btn" @click="openFullLog" title="Opens the task log in a new window.">Open Full Log</button>
</section>
</div>
</template> </template>
<div v-else class="details-no-item-selected"> <div v-else class="details-no-item-selected">