Actually style the errors

pull/230/head
ElementalAlchemist 4 years ago
parent d5bf649569
commit 49bb048af9

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

Loading…
Cancel
Save