Something went wrong. Try again.
[READ-ONLY] Mirror of https://github.com/autonome/wpv.
Something went wrong. Try again.
123456789101112131415161718192021222324252627282930.root { min-height: calc(100dvh - 48px); display: flex; align-items: flex-start; justify-content: space-between;
@media (max-width: 1024px) { display: block; }}
.left { width: 100%; max-width: 768px; box-shadow: 1px 0 0 0 var(--theme-border); align-self: stretch;
@media (max-width: 1024px) { display: none; max-width: auto; box-shadow: none; }}
.right { min-width: 10%; width: 100%; align-self: stretch;}