error handling & styling

This commit is contained in:
Snazzah
2021-08-31 03:23:07 +00:00
committed by GitHub
parent a76d992db1
commit d2740f2844
2 changed files with 44 additions and 13 deletions

View File

@@ -524,8 +524,25 @@
}
.myBots {
.botCard {
background: var(--secondary-background);
margin: 8px 0;
padding: 12px;
h5 { margin-bottom: 1em }
}
.botSection {
margin: 20px 0;
display: flex;
flex-direction: column;
gap: 5px;
label { margin-top: 0 }
}
.infoheader {
margin-bottom: 15px;
gap: 8px;
width: 100%;
padding: 6px 5px;
@@ -586,7 +603,6 @@
}
.buttonRow {
margin-top: 2em;
display: flex;
flex-direction: row;
gap: 10px;