Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion public/content.css
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
Binary file added public/help/images/notice.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/help/images/voting on notice.gif
Binary file not shown.
2 changes: 1 addition & 1 deletion public/help/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ <h1>__MSG_helpPageHowSkippingWorks__</h1>
__MSG_helpPageHowSkippingWorks2__
</p>

<div class="center"><img src="images/voting on notice.gif"></div>
<div class="center"><img src="images/notice.png"></div>

<p class="projectPreview">
__MSG_helpPageHowSkippingWorks1__
Expand Down
2 changes: 1 addition & 1 deletion src/components/SponsorTimeEditComponent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ class SponsorTimeEditComponent extends React.Component<SponsorTimeEditProps, Spo
</span>
): ""}

{(!isNaN(segment[1]) && this.state.selectedActionType != ActionType.Full) ? (
{(!isNaN(segment[0]) && this.state.selectedActionType != ActionType.Full) ? (
<span id={"sponsorTimeInspectButton" + this.idSuffix}
className="sponsorTimeEditButton"
onClick={this.inspectTime.bind(this)}>
Expand Down