mirror of
https://github.com/renbaoshuo/S2OJ.git
synced 2024-11-23 22:58:41 +00:00
Compare commits
2 Commits
032778b5f6
...
1e07cba8c1
Author | SHA1 | Date | |
---|---|---|---|
1e07cba8c1 | |||
17fe5e3513 |
@ -119,7 +119,7 @@ d-inline-block
|
|||||||
'judge_time_hidden' => '',
|
'judge_time_hidden' => '',
|
||||||
'table_config' => (isset($REQUIRE_LIB['bootstrap5'])
|
'table_config' => (isset($REQUIRE_LIB['bootstrap5'])
|
||||||
? array(
|
? array(
|
||||||
'div_classes' => array('card', 'mb-3'),
|
'div_classes' => array('card', 'mb-3', 'overflow-auto'),
|
||||||
'table_classes' => array('table', 'mb-0', 'uoj-table', 'text-center')
|
'table_classes' => array('table', 'mb-0', 'uoj-table', 'text-center')
|
||||||
)
|
)
|
||||||
: array()
|
: array()
|
||||||
|
@ -1,9 +1,5 @@
|
|||||||
/* S2OJ Bootstrap 5 Theme */
|
/* S2OJ Bootstrap 5 Theme */
|
||||||
|
|
||||||
:root {
|
|
||||||
font-size: 14px;
|
|
||||||
}
|
|
||||||
|
|
||||||
body {
|
body {
|
||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user