Explorar o código

Fixed more diskmg css bugs

Toby Chui %!s(int64=3) %!d(string=hai) anos
pai
achega
09b6ba6ace
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      web/SystemAO/disk/diskmg.html

+ 1 - 1
web/SystemAO/disk/diskmg.html

@@ -490,7 +490,7 @@
         }
         
         function adjustPartitionViewHeight(){
-            $("#diskVisualization").css("height",window.innerHeight - $("#diskListTable").height() - 80 + "px");
+            $("#diskVisualization").css("height",window.innerHeight - $("#diskListTable").height() - 120 + "px");
         }
         
         function initView(){