From 1875362383eee4dde08376591495584313c3a39f Mon Sep 17 00:00:00 2001 From: wxiaoguang Date: Tue, 12 Sep 2023 01:06:05 +0800 Subject: Fix "delete" modal dialog for issue/PR (#27015) Close #27012 By the way, rename the single-word ID to a long ID. ![image](https://github.com/go-gitea/gitea/assets/2114189/9f05ecc3-0a3d-4612-85e0-da60f7a45d2e) ![image](https://github.com/go-gitea/gitea/assets/2114189/9133808c-bd89-4265-99c5-83b986bd266f) --- web_src/css/modules/modal.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'web_src') diff --git a/web_src/css/modules/modal.css b/web_src/css/modules/modal.css index 31b0b5d6b9..96bc8be898 100644 --- a/web_src/css/modules/modal.css +++ b/web_src/css/modules/modal.css @@ -36,6 +36,7 @@ However, Gitea uses the following layouts: *
*
*
+*
* ... These inconsistent layouts should be refactored to simple ones. */ @@ -47,7 +48,8 @@ These inconsistent layouts should be refactored to simple ones. } .ui.modal > .actions, -.ui.modal .content + .actions { +.ui.modal .content + .actions, +.ui.modal .content + form > .actions { background: var(--color-secondary-bg); border-color: var(--color-secondary); padding: 1rem; -- cgit v1.2.3