Skip to content

Commit ed665a2

Browse files
committed
embed & streamgraph css bugfix
1 parent e8ab0af commit ed665a2

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

vis/js/utils/dimensions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import $ from "jquery";
22

33
// these constants are hardcoded dimensions of various headstart parts
4-
const TITLE_HEIGHT = 57;
4+
const TITLE_HEIGHT = 60;
55
const TOOLBAR_HEIGHT = 66;
66
const TITLE_IMAGE_HEIGHT = 70;
77
const SHOW_HIDE_BTN_HEIGHT = 34;

vis/stylesheets/modules/_footer.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
.builtwith {
22
margin: 15px 10px 15px 50px;
33
font-size: 12px;
4-
//height: 20px; might have to reintroduce this if it causes problems for embedded maps
4+
// TODO this doesn't work on mobile (footer is unreadable)
5+
height: 20px;
56
}
67

78
.builtwith a {

vis/stylesheets/modules/map/_header.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
z-index: 3;
3030
font-size: 12px;
3131
cursor: pointer;
32-
height: 18px;
32+
height: 21px;
3333

3434
a {
3535
border-bottom: 1px solid $link-gray;

0 commit comments

Comments
 (0)