[S] Move the cancel button to the left

This commit is contained in:
Hykilpikonna
2019-12-21 20:38:41 -05:00
parent 5ad2be88c1
commit 975542dab2
+1 -1
View File
@@ -9,7 +9,7 @@
<img src="./too-many-unread.png" alt=""/>
<el-checkbox class="dialog-checkbox" v-model="dontAskAgain">Don't Ask Again</el-checkbox>
<span slot="footer" class="dialog-footer">
<el-button @click="clearUnread(false)">Nah</el-button>
<el-button @click="clearUnread(false)" style="float: left">Nope</el-button>
<el-button type="primary" @click="clearUnread(true)">Sure!</el-button>
</span>
</el-dialog>