fix some styles

This commit is contained in:
Ginger Wong
2020-08-23 19:37:06 -07:00
parent 4b28ed8f25
commit d4c8c187fd
7 changed files with 19 additions and 44 deletions

View File

@@ -25,6 +25,11 @@ a:hover {
background: transparent;
}
button[disabled] {
opacity: .5;
pointer-events: none;
}
.visually-hidden {
position: absolute !important;
height: 1px;
@@ -72,7 +77,7 @@ header {
opacity: 0;
pointer-events: none;
}
.online #video {
.online #video-container #video {
opacity: 1;
pointer-events: auto;
}

View File

@@ -61,7 +61,7 @@
.emoji-picker__emoji {
border-radius: 10px;
border-radius: 5px;
}