mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-10 10:11:46 +00:00
New plugin: Blur navigation bar
This commit is contained in:
8
plugins/blur-nav-bar/style.css
Normal file
8
plugins/blur-nav-bar/style.css
Normal file
@ -0,0 +1,8 @@
|
||||
#nav-bar-background {
|
||||
background: rgba(0, 0, 0, 0.3) !important;
|
||||
backdrop-filter: blur(18px) !important;
|
||||
}
|
||||
|
||||
#nav-bar-divider {
|
||||
display: none !important;
|
||||
}
|
||||
Reference in New Issue
Block a user