Skip to content

Commit 67e2f66

Browse files
committed
fix styles to remove extra padding and scrolling
1 parent 0aac889 commit 67e2f66

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

public/stylesheets/app.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ body {
66
}
77

88
#container {
9-
padding-top: 40px;
109
width: 100%;
1110
height: 100%;
1211
}
@@ -400,7 +399,8 @@ a.navigator-settings i.settings-enabled {
400399
left: 300px;
401400
right: 0;
402401
top: 50px;
403-
bottom: 40px;
402+
bottom: 0px;
403+
margin-bottom: 40px;
404404
border-bottom: 1px solid #EDEDED;
405405
}
406406

@@ -455,6 +455,7 @@ a.navigator-settings i.settings-enabled {
455455
right: 0;
456456
top: 40px;
457457
bottom: 0;
458+
margin-bottom: -40px;
458459
border-top: 1px solid #EDEDED;
459460
border-right: 1px solid #EDEDED;
460461
}

0 commit comments

Comments
 (0)