Update the display order of the elements of the UI
The pages display the graph at the top instead at the bottom. Also added some css to improve the look of the UI
This commit is contained in:
@ -18,12 +18,12 @@
|
||||
<link rel="stylesheet" href="css/app.css">
|
||||
<link rel="stylesheet" href="css/index.css">
|
||||
</head>
|
||||
<body>
|
||||
<body class="no-select">
|
||||
<div id="app">
|
||||
<!-- Status bar overlay for fullscreen mode-->
|
||||
<div class="statusbar"></div>
|
||||
<!-- Left panel with cover effect-->
|
||||
<div class="panel panel-left panel-cover theme-dark">
|
||||
<div class="panel panel-left panel-cover">
|
||||
<div class="view">
|
||||
<div class="page">
|
||||
<div class="navbar">
|
||||
|
Reference in New Issue
Block a user