rename status file for clarity; temp style fix for streamkey actions

This commit is contained in:
gingervitis
2021-02-01 00:36:27 -08:00
parent a69cfd7abf
commit 3488a259bd
9 changed files with 77 additions and 45 deletions

View File

@@ -350,4 +350,33 @@
&:nth-child(even) {
background-color: rgba(0,0,0,.25);
}
}
.field-streamkey-container {
.left-side {
display: flex;
flex-direction: row;
align-items: flex-start;
}
.textfield-with-submit-container {
margin-bottom: 0;
.textfield-container {
max-width: 400px;
}
}
.streamkey-actions {
max-width: 90px;
button {
margin: .25em;
}
}
.streamkey-notice {
font-size: 0.75em;
color: var(--ant-error);
margin-left: 12em;
margin-bottom: 1em;
}
}