scss: add base margin to config-panel

This commit is contained in:
axolotle 2023-01-18 12:04:35 +01:00
parent b2fef109a5
commit 43b41d9fcb
2 changed files with 1 additions and 5 deletions

View file

@ -209,7 +209,7 @@ body {
}
}
.card + .card {
.card + .card, .card + .config-panel, .config-panel + .card {
margin-top: 2rem;
}
.card-deck .card + .card {

View file

@ -526,8 +526,4 @@ select {
.yuno-alert div div:not(:last-child) {
margin-bottom: 1rem;
}
.config-panel {
margin-bottom: 2rem;
}
</style>