Skip to content

Commit

Permalink
Remove mobile and invidious support
Browse files Browse the repository at this point in the history
  • Loading branch information
hanydd committed Feb 2, 2024
1 parent e393d07 commit 355ae39
Show file tree
Hide file tree
Showing 17 changed files with 91 additions and 399 deletions.
2 changes: 1 addition & 1 deletion maze-utils
2 changes: 1 addition & 1 deletion public/_locales
39 changes: 0 additions & 39 deletions public/content.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,6 @@
height: 3px;
}

div:hover > #previewbar.sbNotInvidious {
transform: scaleY(1)
}

.previewbar {
display: inline-block;
height: 100%;
Expand Down Expand Up @@ -696,28 +692,6 @@ input::-webkit-inner-spin-button {
display: none !important;
}

.skipButtonControlBarContainer.mobile {
bottom: 30%;
margin-left: 5px;
position: absolute;
height: 20px;

background-color: #00000030;
opacity: 0.5;
border-radius: 10px;
padding: 4px;
}

.skipButtonControlBarContainer.mobile.textDisabled {
padding: 0;
background-color: transparent;
}

.skipButtonControlBarContainer.mobile > div {
margin: auto;
margin-left: 5px;
}

#sbSkipIconControlBarImage {
height: 60%;
top: 0px;
Expand All @@ -726,11 +700,6 @@ input::-webkit-inner-spin-button {
margin: auto;
}

.mobile #sbSkipIconControlBarImage {
height: 100%;
width: 20px;
}

.sponsorBlockTooltip {
position: absolute;
background-color: rgba(28, 28, 28, 0.7);
Expand Down Expand Up @@ -828,14 +797,6 @@ input::-webkit-inner-spin-button {
display: inherit;
}

/* tweak for mobile duration */
#sponsorBlockDurationAfterSkips.ytm-time-display {
padding-left: 4px;
margin: 0px;
color: #fff;
opacity: .7;
}

/* full video labels on thumbnails */
.sponsorThumbnailLabel {
display: none;
Expand Down
Loading

0 comments on commit 355ae39

Please sign in to comment.