Add banner and info box to bots page

This commit is contained in:
Snazzah
2021-09-07 17:51:44 +00:00
committed by GitHub
parent 4787a2166f
commit b9330f559c
2 changed files with 165 additions and 7 deletions

View File

@@ -525,15 +525,11 @@
}
.myBots {
.botCard {
background: var(--secondary-background);
margin: 8px 0;
padding: 12px;
border-radius: var(--border-radius);
h5 { margin-bottom: 1em }
h3 { margin-bottom: 0 }
border-radius: var(--border-radius);
}
.botSection {
@@ -542,7 +538,17 @@
flex-direction: column;
gap: 5px;
label { margin-top: 0 }
> h5 {
margin-bottom: 1em;
}
> h3 {
margin-bottom: 0;
}
details,
label {
margin-top: 0;
}
}
.infoheader {