* fix: #2668 Page Vertical Spacing Issues * Update test to reflect mobile work * chore: refactor action buttons --------- Co-authored-by: thisProjects <wibbet@wobbet.com> Co-authored-by: Gabe Kangas <gabek@real-ity.com>
This commit is contained in:
@@ -12,6 +12,23 @@
|
||||
max-height: 75vh;
|
||||
}
|
||||
|
||||
@include screen(desktop) {
|
||||
// prevent sidebar from overlapping stream
|
||||
// padding-right: 320px;
|
||||
}
|
||||
|
||||
//set height of player for tablet
|
||||
@include screen(tablet) {
|
||||
height: 400px;
|
||||
max-height: 400px;
|
||||
}
|
||||
|
||||
//set height of player for mobile
|
||||
@include screen(mobile) {
|
||||
height: 250px;
|
||||
max-height: 250px;
|
||||
}
|
||||
|
||||
.player,
|
||||
.poster {
|
||||
width: 100%;
|
||||
|
||||
Reference in New Issue
Block a user