|
@@ -392,7 +392,7 @@ export default {
|
|
> li {
|
|
> li {
|
|
margin-right: 15px;
|
|
margin-right: 15px;
|
|
border-radius: 50%;
|
|
border-radius: 50%;
|
|
- background: rgba(0, 0, 0, 0.6);
|
|
|
|
|
|
+ background: rgba(0, 0, 0, 0.5);
|
|
position: relative;
|
|
position: relative;
|
|
width: 48px;
|
|
width: 48px;
|
|
height: 48px;
|
|
height: 48px;
|
|
@@ -469,7 +469,7 @@ export default {
|
|
width: 22px;
|
|
width: 22px;
|
|
}
|
|
}
|
|
#volume {
|
|
#volume {
|
|
- width: 50px;
|
|
|
|
|
|
+ width: 48px;
|
|
padding: 10px;
|
|
padding: 10px;
|
|
background-color: rgba(0, 0, 0, 0.5) !important;
|
|
background-color: rgba(0, 0, 0, 0.5) !important;
|
|
border-radius: 50%;
|
|
border-radius: 50%;
|
|
@@ -479,7 +479,7 @@ export default {
|
|
border-radius: 50%;
|
|
border-radius: 50%;
|
|
}
|
|
}
|
|
#gui-fullscreen-exit {
|
|
#gui-fullscreen-exit {
|
|
- width: 50px;
|
|
|
|
|
|
+ width: 48px;
|
|
background-color: rgba(0, 0, 0, 0.5) !important;
|
|
background-color: rgba(0, 0, 0, 0.5) !important;
|
|
border-radius: 50%;
|
|
border-radius: 50%;
|
|
}
|
|
}
|