git_admin cfb125784d mobile: fix both modes showing at once (hidden view not hidden)
[hidden] sets display:none, but .m-view{display:flex} has equal
specificity and comes later, so it overrode the hidden attribute and
both #view-live and #view-arch rendered together. Add
.m-view[hidden]{display:none} so the inactive mode is actually hidden.

VERSION 0.0.152 -> 0.0.153

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-01 23:59:07 +05:00
2026-05-30 00:42:20 +05:00
2026-05-30 00:08:59 +05:00
2026-05-30 00:42:20 +05:00
2026-05-30 00:42:20 +05:00
2026-05-30 00:08:59 +05:00
2026-05-30 00:08:59 +05:00
2026-05-30 00:57:29 +05:00
S
Description
CoRE.Vision
689 KiB
Languages
JavaScript 39.1%
Python 35.5%
HTML 12.9%
CSS 12%
Shell 0.3%
Other 0.2%