mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2026-02-01 07:10:57 +03:00
fix message race condition
This commit is contained in:
@@ -386,6 +386,7 @@ div#message {
|
||||
margin-top: -2em; /*set to a negative number 1/2 of your height*/
|
||||
border-radius: 8px;
|
||||
box-shadow: 0px 5px 2px -5px rgba(255, 255, 255, 0.5) inset, 0px 10px 20px -5px rgba(255, 255, 255, 0.1) inset, 0 0px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 1px rgba(0, 0, 0, 0.12), 0 1px 10px 0 rgba(0, 0, 0, 0.3);
|
||||
z-index: 20;
|
||||
}
|
||||
|
||||
tr.hide {
|
||||
|
||||
Reference in New Issue
Block a user