mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-07 09:25:27 +00:00
Add banner and info box to bots page
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user