diff --git a/README.md b/README.md index 11b802a..504f10f 100644 --- a/README.md +++ b/README.md @@ -188,6 +188,9 @@ _\*this step can be skipped if you add WiFiSSID WiFiPassword pairs to the [yoRad --- ## Version history +#### v0.4.298 +- fixed playlist scrollbar in Chrome + #### v0.4.297 - fix _"Could not decode a text frame as UTF-8"_ websocket error _//Thanks for [Verholazila](https://4pda.to/forum/index.php?s=&showtopic=1010378&view=findpost&p=113551446)_ - fix display of non-latin characters in the web interface diff --git a/yoRadio/data/www/style.css b/yoRadio/data/www/style.css index 1cbe632..80f9cfc 100644 --- a/yoRadio/data/www/style.css +++ b/yoRadio/data/www/style.css @@ -447,7 +447,7 @@ input[type=range]::-moz-range-track { scrollbar-color: #e3d25f #000; scrollbar-width: thin; } -#playlist::-webkit-scrollbarr { +#playlist::-webkit-scrollbar { width: 5px; height: 8px; background-color: #000; diff --git a/yoRadio/options.h b/yoRadio/options.h index 41d312f..62740b3 100644 --- a/yoRadio/options.h +++ b/yoRadio/options.h @@ -1,7 +1,7 @@ #ifndef options_h #define options_h -#define VERSION "0.4.297" +#define VERSION "0.4.298" #if __has_include("myoptions.h") #include "myoptions.h" // <- write your variable values here