update nes.css style

This commit is contained in:
_Bastler
2021-04-29 08:48:06 +02:00
parent bd40c8fe5e
commit b60e73d0f1
6 changed files with 58 additions and 100 deletions
+2 -6
View File
@@ -35,7 +35,6 @@ body .message-info.warning{
.video-container{
position: relative;
transition: all 0.2s ease;
background-color: #00000099;
cursor: url('/resources/logos/cursor_pointer.png'), pointer;
}
.video-container i{
@@ -130,21 +129,19 @@ body .message-info.warning{
}
.video-container#div-myCamVideo{
border: none;
padding: 12px 12px !important;
}
#div-myCamVideo {
position: absolute;
right: 15px;
bottom: 30px;
border-radius: 15px 15px 15px 15px;
}
video#myCamVideo{
width: 15vw;
-webkit-transform: scaleX(-1);
transform: scaleX(-1);
border-radius: 15px 15px 15px 15px;
/*width: 200px;*/
/*height: 113px;*/
}
@@ -544,7 +541,7 @@ input[type=range]:focus::-ms-fill-upper {
margin: 2%;
transition: margin-left 0.2s, margin-right 0.2s, margin-bottom 0.2s, margin-top 0.2s, max-height 0.2s, max-width 0.2s;
cursor: url('/resources/logos/cursor_pointer.png'), pointer;
border-radius: 15px 15px 15px 15px;
padding: 12px 12px !important;
}
.sidebar > div:hover {
@@ -557,7 +554,6 @@ input[type=range]:focus::-ms-fill-upper {
justify-content: center;
flex-direction: column;
overflow: hidden;
border-radius: 15px;
}
.chat-mode {