Show error if background image is too large

This commit is contained in:
Johannes Zellner
2025-03-18 23:59:12 +01:00
parent 3832ac3965
commit e917ae4198
2 changed files with 20 additions and 2 deletions

View File

@@ -83,6 +83,12 @@ footer > .p {
margin: 4px;
}
/* TODO use pankow has-error everywhere instead*/
.text-danger {
color: var(--pankow-color-danger);
}
.content {
max-width: 1280px;
width: 100%;