]> git.proxmox.com Git - pve-docs.git/commitdiff
api-viewer: use 'normal' over 'touch' theme
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 25 Jul 2018 09:21:32 +0000 (11:21 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Thu, 26 Jul 2018 12:10:45 +0000 (14:10 +0200)
The touch feels super zoomed, and the api-viewer is probably much
more viewed through a desktop/laptop not a mobile device with small
high-dpi touch screen.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
api-viewer/index.html

index e8a00bf688a8ac0d2316164b87a01c0aaa12efbf..168b29dfd85cfa43a1e1191e7640f86c054eba84 100644 (file)
@@ -5,7 +5,7 @@
     <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
     <title>Proxmox VE API Documentation</title>
 
-    <link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/extjs/6.0.1/classic/theme-crisp-touch/resources/theme-crisp-touch-all.css">
+    <link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/extjs/6.0.1/classic/theme-crisp/resources/theme-crisp.css">
     <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/extjs/6.0.1/ext-all.js"></script>
     <script type="text/javascript" src="apidoc.js"></script>
 </head>