mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-04-09 05:01:30 +03:00
Fixes issue in some browsers where the audio player disappears
This commit is contained in:
@@ -5,6 +5,7 @@ const THEMES_CONFIG = {
|
||||
'alternate_color': 'gray',
|
||||
'ghost_primary': '#f9f9f9',
|
||||
'ghost_secondary': '#ecebeb',
|
||||
'drawer_color': '#fafafa',
|
||||
'css_label': 'default-theme',
|
||||
'social_theme': 'material-light'
|
||||
},
|
||||
@@ -14,6 +15,7 @@ const THEMES_CONFIG = {
|
||||
'alternate_color': '#695959',
|
||||
'ghost_primary': '#444444',
|
||||
'ghost_secondary': '#141414',
|
||||
'drawer_color': '#303030',
|
||||
'css_label': 'dark-theme',
|
||||
'social_theme': 'material-dark'
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user