1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-05-06 10:06:41 +07:00

simple player controls

This commit is contained in:
Fedor Katurov 2019-10-13 18:43:42 +07:00
parent 3fcff3ea0d
commit 69ff9a7652
8 changed files with 128 additions and 25 deletions
src/components/containers/CommentWrapper

View file

@ -4,7 +4,7 @@
display: flex;
position: relative;
box-shadow: none;
// box-shadow: $comment_shadow;
min-width: 0;
&:global(.is_empty) {
opacity: 0.5;
@ -18,6 +18,7 @@
.text {
flex: 1;
min-width: 0;
}
.thumb {