update nes.css style
This commit is contained in:
Vendored
+2
-6
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user