/**
 * @license 
 * SPDX-License-Identifier: AGPL-3.0-only
 * 
 * Zhifeng's Markdown To Website Renderer
 * Copyright (C) 2024  Zhifeng Wang 王之枫
 * 
 * This program is free software: you can redistribute it and/or modify
 * it under the terms of the GNU Affero General Public License as published
 * by the Free Software Foundation, version 3 of the License only.
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU Affero General Public License for more details.
 * 
 * You should have received a copy of the GNU Affero General Public License
 * along with this program.  If not, see <https://www.gnu.org/licenses/>. 
 */@media (max-width: 800px){.graph{max-height:100vh}}@media (min-width: 800px) and (max-width: 1400px){.graph{max-height:75vh}}@media (min-width: 1400px){.graph{max-height:50vh}}.graph{aspect-ratio:1;cursor:grab;display:block;margin:auto;position:relative;width:100%;z-index:2}.graph_canvas{height:100%;width:100%;position:relative;z-index:2}.graph_canvas:active{cursor:grabbing}
