mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-25 20:02:34 +00:00
perfect images of aztec pass, real world fail
This commit is contained in:
@@ -11,6 +11,9 @@
|
||||
.bg_color {
|
||||
background-color: lightblue;
|
||||
}
|
||||
.super_small {
|
||||
font-size: xx-small;
|
||||
}
|
||||
</style>
|
||||
<script>
|
||||
function token_text(raw_text, true_value, false_value) {
|
||||
@@ -124,6 +127,10 @@
|
||||
new_th.appendChild(new_child_node);
|
||||
}
|
||||
|
||||
if (column_count > 80) {
|
||||
new_table.classList.add("super_small");
|
||||
}
|
||||
|
||||
root.replaceChildren(new_table);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user