Skip to content

Commit e89bd3c

Browse files
committed
feat: tune for real form
1 parent f59406c commit e89bd3c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ relativeURLs = false
111111
mission = "Develop the theory and practice of epidemiological forecasting, with a long-term vision of making this technology as universally accepted and useful as weather forecasting is today."
112112
apiUrl = "https://cmu-delphi.github.io/delphi-epidata"
113113
twitter = "CmuDelphi"
114-
feedbackForm = "https://docs.google.com/forms/d/e/1FAIpQLSffGhrCsZmDSF4Lbeg9lB-Gp_Uf7z7D9ust-vXk1F5V1SElig/viewform?usp=pp_url&entry.1245962748="
114+
feedbackForm = "https://docs.google.com/forms/d/e/1FAIpQLSeIeOJtrAhdOriEyiRY7LkpQX8DZBY19dl6De8l56Q9CZhmxw/viewform?usp=pp_url&entry.1245962748="
115115
feedbackLikelihoodMobile = 0.2
116116
feedbackLikelihoodDesktop = 1
117117
feedbackDelayMin = 10 # in sec

themes/delphi/assets/css/components/_feedback.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.feedback-modal {
22
padding-top: 1.5em;
3-
height: 500px;
3+
height: calc(100vh - 100px);
44
display: block;
55
position: relative;
66
}

0 commit comments

Comments
 (0)