Skip to content

Commit

Permalink
CSS cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
phschaad committed Jun 4, 2024
1 parent 350a223 commit 926f74d
Show file tree
Hide file tree
Showing 9 changed files with 113 additions and 167 deletions.
5 changes: 2 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,10 @@
</head>

<body class="sdfv">
<div class="w3-sidebar w3-bar-block w3-card w3-animate-right"
style="display:none;right:0;" id="sidebar">
<div class="w3-sidebar" style="display:none;right:0;" id="sidebar">
<div class="dragbar" id="dragbar"></div>
<div class="sidebar-inner">
<button id="menuclose" class="w3-bar-item w3-button w3-large">
<button id="menuclose" class="w3-sidebar-close">
Close &times;
</button>
<h3 id="sidebar-header">
Expand Down
112 changes: 56 additions & 56 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spcl/sdfv",
"version": "1.2.6",
"version": "1.2.7",
"description": "A standalone viewer for SDFGs",
"homepage": "https://github.com/spcl/dace-webclient",
"main": "out/index.js",
Expand Down Expand Up @@ -78,8 +78,7 @@
"coffeequate": "^1.3.0",
"dagre": "^0.8.5",
"jquery": "^3.6.3",
"material-icons": "^1.13.12",
"material-symbols": "^0.14.3",
"material-symbols": "^0.19.0",
"mathjs": "^12.2.1",
"monaco-editor": "^0.45.0",
"patch-package": "^8.0.0",
Expand Down
Loading

0 comments on commit 926f74d

Please sign in to comment.