diff --git a/public/content.css b/public/content.css index f3eaaf9308..83c97bce26 100644 --- a/public/content.css +++ b/public/content.css @@ -25,7 +25,7 @@ pointer-events: none; height: 100%; - transform: scaleY(0.6) translateY(-30%) translateY(1.5px); + transform: scaleY(0.667) translateY(-30%) translateY(1.5px); z-index: 42; transition: transform .1s cubic-bezier(0,0,0.2,1); diff --git a/public/help/images/notice.png b/public/help/images/notice.png new file mode 100644 index 0000000000..9228f82975 Binary files /dev/null and b/public/help/images/notice.png differ diff --git a/public/help/images/voting on notice.gif b/public/help/images/voting on notice.gif deleted file mode 100644 index f7190201f8..0000000000 Binary files a/public/help/images/voting on notice.gif and /dev/null differ diff --git a/public/help/index.html b/public/help/index.html index 66e1c3bdee..213a18fcb0 100644 --- a/public/help/index.html +++ b/public/help/index.html @@ -71,7 +71,7 @@


__MSG_helpPageHowSkippingWorks1__
diff --git a/src/components/SponsorTimeEditComponent.tsx b/src/components/SponsorTimeEditComponent.tsx
index 7994b20a0b..de6df3467a 100644
--- a/src/components/SponsorTimeEditComponent.tsx
+++ b/src/components/SponsorTimeEditComponent.tsx
@@ -312,7 +312,7 @@ class SponsorTimeEditComponent extends React.Component