Fix flash message for flex-container (#30657)

(cherry picked from commit dd2aaadce3ecd3134a1ba0c82c5aaa05d6c11b2b)

Conflicts:
	templates/admin/layout_head.tmpl
	    mostly already done by https://codeberg.org/forgejo/forgejo/pulls/3087
	web_src/css/base.css
            the conflict is because
            https://codeberg.org/forgejo/forgejo/pulls/3350
            skipped Remove fomantic menu module (gitea#30325)
            and it was not ported.
This commit is contained in:
wxiaoguang 2024-04-23 16:31:51 +08:00 committed by Earl Warren
parent 50917ead5f
commit a72b660cbb
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00
3 changed files with 2 additions and 8 deletions

View file

@ -636,12 +636,6 @@ img.ui.avatar,
background: var(--color-active);
}
/* add horizontal margin to elements that are outside top-level of .flex-container or .ui.container */
.page-content > .flash-message {
margin-left: var(--page-margin-x);
margin-right: var(--page-margin-x);
}
.ui.form .fields.error .field textarea,
.ui.form .fields.error .field select,
.ui.form .fields.error .field input:not([type]),