mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-12 19:03:47 +00:00
layout previews
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
.previewContainer {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.preview {
|
||||
margin-top: 2em;
|
||||
width: 95%;
|
||||
aspect-ratio: 16 / 9;
|
||||
background-color: #222;
|
||||
}
|
||||
|
||||
.label {
|
||||
padding: 1em;
|
||||
align-self: flex-end;
|
||||
}
|
||||
Reference in New Issue
Block a user