|
@@ -15,8 +15,19 @@
|
|
|
position: fixed;
|
|
|
bottom: 20px;
|
|
|
right: 20px;
|
|
|
+ padding: 5px;
|
|
|
+ border: 5px solid rgba(15, 15, 15, 0.1);
|
|
|
+ border-radius: 15px;
|
|
|
+ background-color: rgba(15, 15, 15, 0.1);
|
|
|
+ backdrop-filter: blur(5px);
|
|
|
}
|
|
|
|
|
|
+ #name {
|
|
|
+ background-color: rgba(215, 215, 215, 0.7);
|
|
|
+ border-radius: 5px;
|
|
|
+ padding-right: 3px;
|
|
|
+ }
|
|
|
+
|
|
|
#controls:not(.disabled) {
|
|
|
z-index: 1;
|
|
|
}
|