diff --git a/.copilot-temp/submit-ace-smoke.html b/.copilot-temp/submit-ace-smoke.html deleted file mode 100644 index c799eb5..0000000 --- a/.copilot-temp/submit-ace-smoke.html +++ /dev/null @@ -1,71 +0,0 @@ - - -
- -#include <bits/stdc++.h>
-
-int main() {
- return 0;
-}
-
-
-
-
-
-
-
diff --git a/web/template/syzoj/submitpage.php b/web/template/syzoj/submitpage.php
index 045a71d..6397991 100644
--- a/web/template/syzoj/submitpage.php
+++ b/web/template/syzoj/submitpage.php
@@ -54,6 +54,10 @@
gap: 8px;
}
+.submit-toolbar .submit-button-group {
+ margin-left: auto;
+}
+
.submit-toolbar .field-group > label {
margin: 0;
font-weight: 600;
@@ -371,6 +375,11 @@
.submit-title {
font-size: 1.2em;
}
+ .submit-toolbar .submit-button-group {
+ margin-left: 0;
+ width: 100%;
+ justify-content: flex-end;
+ }
#source {
height: 350px;
}
@@ -399,14 +408,6 @@