dependabot/npm_and_yarn/main/copy-to-clipboard-4.0.2
@reggi/path-to-regexp
dependabot/npm_and_yarn/main/copy-to-clipboard-4.0.2
dependabot/npm_and_yarn/main/eslint-10.4.0
dependabot/npm_and_yarn/main/npmcli/eslint-config-7.0.0
dependabot/npm_and_yarn/main/proc-log-7.0.0
dependabot/npm_and_yarn/npm_and_yarn-826852524d
dependabot/npm_and_yarn/npm_and_yarn-ab9a7f4bc2
deprecate-totp-2fa
dhei/classic-tokens
gat-bypass-2fa-docs
jpg619/fix-accessibility-content-flow
jpg619/version-bump-tar-2
kartykp/gat-bypass-2fa-docs
kartykp/upgrade-path-to-regex
main
maitxn/version-bump-tar
patch-1
reggi/cache-based-on-version
reggi/dev-engines
reggi/fix-transform-prettier
reggi/overrides
update-search-sensitivity
| 1 | .Box { |
| 2 | display: flex; |
| 3 | flex-direction: column; |
| 4 | min-height: 100vh; |
| 5 | } |
| 6 | |
| 7 | .Box_1 { |
| 8 | z-index: 0; |
| 9 | display: flex; |
| 10 | flex: 1 1 auto; |
| 11 | flex-direction: row; |
| 12 | } |
| 13 | |
| 14 | .sidebarContainer { |
| 15 | display: none; |
| 16 | } |
| 17 | |
| 18 | @media (min-width: 1012px) { |
| 19 | .sidebarContainer { |
| 20 | display: block; |
| 21 | } |
| 22 | } |