We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8ab0af commit ed665a2Copy full SHA for ed665a2
3 files changed
vis/js/utils/dimensions.js
@@ -1,7 +1,7 @@
1
import $ from "jquery";
2
3
// these constants are hardcoded dimensions of various headstart parts
4
-const TITLE_HEIGHT = 57;
+const TITLE_HEIGHT = 60;
5
const TOOLBAR_HEIGHT = 66;
6
const TITLE_IMAGE_HEIGHT = 70;
7
const SHOW_HIDE_BTN_HEIGHT = 34;
vis/stylesheets/modules/_footer.scss
@@ -1,7 +1,8 @@
.builtwith {
margin: 15px 10px 15px 50px;
font-size: 12px;
- //height: 20px; might have to reintroduce this if it causes problems for embedded maps
+ // TODO this doesn't work on mobile (footer is unreadable)
+ height: 20px;
}
8
.builtwith a {
vis/stylesheets/modules/map/_header.scss
@@ -29,7 +29,7 @@
29
z-index: 3;
30
31
cursor: pointer;
32
- height: 18px;
+ height: 21px;
33
34
a {
35
border-bottom: 1px solid $link-gray;
0 commit comments