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:
parent
3fcff3ea0d
commit
69ff9a7652
8 changed files with 128 additions and 25 deletions
src/components/containers/CommentWrapper
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue