Update web_src/css/base.css

This commit is contained in:
silverwind 2024-04-18 22:06:09 +02:00 committed by GitHub
parent 68c2d0e883
commit 0d245c8eb1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -494,7 +494,7 @@ img.ui.avatar,
margin-top: calc(var(--page-spacing) - 1rem);
}
/* add horizontal margin to elements that are outside of any container */
/* add horizontal margin to elements that are outside of .flex-container or .ui.container */
.page-content > .flash-message {
margin: 0 var(--page-margin-x);
}