Fix css linting

This commit is contained in:
SpectralFlame 2022-05-18 12:16:55 -05:00 committed by cyip92
parent 286204fcdf
commit 6de2fb580c
3 changed files with 3 additions and 3 deletions

View File

@ -138,8 +138,8 @@
.l-automator__controls {
display: flex;
flex-direction: column;
flex: none;
flex-direction: column;
}
.l-automator-button-row {

View File

@ -169,8 +169,8 @@ export default {
<style scoped>
.c-automator__status-text {
color: var(--color-reality);
font-size: 1.5rem;
color: var(--color-reality);
font-weight: bold;
padding: 0 0.5rem;
}

View File

@ -284,8 +284,8 @@ export default {
<style scoped>
.l-automator__disclaimer-text {
text-align: left;
flex: 1;
text-align: left;
}
.l-automator__script-names {