Minor fix
This commit is contained in:
@@ -7,8 +7,8 @@ android {
|
||||
applicationId "us.materialio.app"
|
||||
minSdkVersion rootProject.ext.minSdkVersion
|
||||
targetSdkVersion rootProject.ext.targetSdkVersion
|
||||
versionCode 109
|
||||
versionName "1.8.5"
|
||||
versionCode 110
|
||||
versionName "1.8.6"
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
aaptOptions {
|
||||
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.
|
||||
|
||||
@@ -54,7 +54,11 @@
|
||||
</content_rating>
|
||||
<releases>
|
||||
|
||||
<release version="1.8.5" date="2025-5-29">
|
||||
|
||||
<release version="1.8.6" date="2025-5-29">
|
||||
<url>https://github.com/Materialious/Materialious/releases/tag/1.8.6</url>
|
||||
</release>
|
||||
<release version="1.8.5" date="2025-5-29">
|
||||
<url>https://github.com/Materialious/Materialious/releases/tag/1.8.5</url>
|
||||
</release>
|
||||
<release version="1.8.4" date="2025-5-05">
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "Materialious",
|
||||
"version": "1.8.5",
|
||||
"version": "1.8.6",
|
||||
"description": "Modern material design for Invidious.",
|
||||
"author": {
|
||||
"name": "Ward Pearce",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "materialious",
|
||||
"version": "1.8.5",
|
||||
"version": "1.8.6",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "vite dev",
|
||||
|
||||
@@ -285,7 +285,6 @@
|
||||
height: 50vh !important;
|
||||
transform: translate(-50%, -50%) !important;
|
||||
pointer-events: all !important;
|
||||
z-index: 99999999 !important;
|
||||
pointer-events: auto !important;
|
||||
opacity: 1 !important;
|
||||
visibility: visible !important;
|
||||
@@ -320,20 +319,18 @@
|
||||
width: 100vw !important;
|
||||
height: 100vh !important;
|
||||
background: transparent !important;
|
||||
z-index: 99999998 !important;
|
||||
pointer-events: auto !important;
|
||||
}
|
||||
|
||||
.youtube-theme .shaka-overflow-menu:hover,
|
||||
.youtube-theme .shaka-settings-menu:hover {
|
||||
z-index: 99999998 !important;
|
||||
pointer-events: auto !important;
|
||||
opacity: 1 !important;
|
||||
visibility: visible !important;
|
||||
}
|
||||
|
||||
#shaka-container {
|
||||
z-index: 99999998 !important;
|
||||
z-index: 98 !important;
|
||||
pointer-events: auto !important;
|
||||
opacity: 1 !important;
|
||||
visibility: visible !important;
|
||||
|
||||
+1
-1
@@ -3,7 +3,7 @@ import os
|
||||
import re
|
||||
from datetime import datetime
|
||||
|
||||
LATEST_VERSION = "1.8.5"
|
||||
LATEST_VERSION = "1.8.6"
|
||||
RELEASE_DATE = datetime.now().strftime("%Y-%-m-%d") # Format: YYYY-M-D
|
||||
|
||||
WORKING_DIR = os.path.join(
|
||||
|
||||
Reference in New Issue
Block a user