Actually style the errors

pull/235/head
ElementalAlchemist 3 years ago committed by Mike Lang
parent a949041ca8
commit af0b3cc2ff

@ -4,6 +4,16 @@
flex-direction: column;
}
#errors > div {
border-bottom: 1px solid #b00;
background: #fee;
padding: 4px;
}
.error-dismiss {
float: right;
}
#stream-time-settings {
display: flex;
align-items: flex-end;

Loading…
Cancel
Save