mirror of
https://github.com/renbaoshuo/S2OJ.git
synced 2024-11-24 00:48:41 +00:00
Compare commits
No commits in common. "1e07cba8c1a9f479dcd032bf862106c6f38e5d48" and "032778b5f63534e0611f5d3649a65d8d3ff82947" have entirely different histories.
1e07cba8c1
...
032778b5f6
@ -119,7 +119,7 @@ d-inline-block
|
||||
'judge_time_hidden' => '',
|
||||
'table_config' => (isset($REQUIRE_LIB['bootstrap5'])
|
||||
? array(
|
||||
'div_classes' => array('card', 'mb-3', 'overflow-auto'),
|
||||
'div_classes' => array('card', 'mb-3'),
|
||||
'table_classes' => array('table', 'mb-0', 'uoj-table', 'text-center')
|
||||
)
|
||||
: array()
|
||||
|
@ -1,5 +1,9 @@
|
||||
/* S2OJ Bootstrap 5 Theme */
|
||||
|
||||
:root {
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
body {
|
||||
overflow-y: scroll;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user