Prettified Code!

This commit is contained in:
gabek
2021-02-15 22:09:34 +00:00
committed by GitHub Action
parent ee5e462c59
commit 259ac676ff
3 changed files with 23 additions and 15 deletions

View File

@@ -1,7 +1,6 @@
// styles for Video variant editor (table + modal)
.config-video-variants {
.variants-table {
margin-top: 2em;
}
@@ -9,7 +8,6 @@
.variants-table-module {
min-width: 400px;
}
}
// modal content
@@ -28,7 +26,6 @@
}
}
.variants-table {
.actions {
display: flex;
@@ -36,11 +33,11 @@
justify-content: center;
}
.delete-button {
margin-left: .5em;
opacity: .8;
margin-left: 0.5em;
opacity: 0.8;
}
}
.read-more-subtext {
font-size: 0.8rem;
}
}