Skip to content

Commit 68a3bdd

Browse files
committed
1 parent 2147ec9 commit 68a3bdd

File tree

7 files changed

+20
-15
lines changed

7 files changed

+20
-15
lines changed

css/stylesheet.css

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,15 @@ body {
33
margin: 0;
44
padding: 0;
55
overflow: hidden;
6+
position: absolute;
7+
top: 0;
8+
left: 0;
9+
width: 100%;
10+
height: 100%;
11+
background: rgb(63, 63, 63);
612
}
713

814
body {
9-
background: rgb(63, 63, 63);
1015
font-family: 'Roboto', sans-serif;
1116
color: rgb(187, 187, 187);
1217
-webkit-font-smoothing: subpixel-antialiased;

public/algorithm_visualizer.css

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,10 +120,15 @@ body {
120120
margin: 0;
121121
padding: 0;
122122
overflow: hidden;
123+
position: absolute;
124+
top: 0;
125+
left: 0;
126+
width: 100%;
127+
height: 100%;
128+
background: rgb(63, 63, 63);
123129
}
124130

125131
body {
126-
background: rgb(63, 63, 63);
127132
font-family: 'Roboto', sans-serif;
128133
color: rgb(187, 187, 187);
129134
-webkit-font-smoothing: subpixel-antialiased;

public/algorithm_visualizer.js

Lines changed: 4 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/algorithm_visualizer.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/algorithm_visualizer.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/algorithm_visualizer.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/algorithm_visualizer.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)