1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-05 10:49:28 +02:00

Reorganize client shared modules

This commit is contained in:
Chocobozzz 2020-06-23 14:10:17 +02:00 committed by Chocobozzz
parent 0c4bacbff5
commit 67ed6552b8
510 changed files with 2321 additions and 2251 deletions

View file

@ -0,0 +1,29 @@
@import '_variables';
@import '_mixins';
.root {
height: auto;
display: flex;
flex-direction: column;
.preview-container {
position: relative;
my-reactive-file {
position: absolute;
bottom: 10px;
left: 10px;
}
.preview {
object-fit: cover;
border-radius: 4px;
max-width: 100%;
&.no-image {
border: 2px solid grey;
background-color: pvar(--mainBackgroundColor);
}
}
}
}