update readme; more style tweaks

This commit is contained in:
gingervitis
2021-02-15 00:08:52 -08:00
parent b7ba430b32
commit 834ddafc9b
8 changed files with 119 additions and 54 deletions

View File

@@ -472,7 +472,7 @@ textarea.ant-input {
// ANT POPOVER
.ant-popover-inner {
background-color: var(--black);
background-color: var(--gray);
}
.ant-popover-message,
.ant-popover-inner-content {
@@ -480,7 +480,7 @@ textarea.ant-input {
}
.ant-popover-placement-topLeft > .ant-popover-content > .ant-popover-arrow {
border-color: var(--black);
border-color: var(--gray);
}

View File

@@ -22,29 +22,37 @@
}
// Do something special for the stream key field
.field-streamkey-container {
margin-bottom: 1.5em;
.field-tip {
color: var(--ant-warning);
}
.left-side {
display: flex;
flex-direction: row;
align-items: flex-start;
}
.textfield-with-submit-container {
margin-bottom: 0;
}
.streamkey-actions {
white-space: nowrap;
button {
margin: .25em;
.edit-server-details-container {
// Do something special for the stream key field
.field-streamkey-container {
margin-bottom: 1.5em;
.field-tip {
color: var(--ant-warning);
}
@media (max-width: 800px) {
margin-top: 2em;
.left-side {
display: flex;
flex-direction: row;
align-items: flex-start;
}
.textfield-with-submit-container {
margin-bottom: 0;
}
.streamkey-actions {
white-space: nowrap;
button {
margin: .25em;
}
@media (max-width: 800px) {
margin-top: 2em;
}
}
}
}
.advanced-settings {
max-width: 800px;
}
}