Skip to content

Commit

Permalink
Mobile position fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kckern committed Oct 26, 2023
1 parent 9d3fe2b commit d981e56
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
8 changes: 1 addition & 7 deletions frontend/webapp/src/views/Theater/Theater.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@
.theater-wrapper .theater-main-panel
{
width: 100%;
min-width: 100%;
height: 60%;
}
.theater-wrapper .theater-side-panel
{
Expand Down Expand Up @@ -95,11 +93,6 @@
@media (max-width: 900px){


.theater-wrapper
{
position: absolute;
bottom: 4rem;
}
.theater-side-panel{
display: none!important;
}
Expand Down Expand Up @@ -196,6 +189,7 @@
font-variant: small-caps;
position: relative;
white-space: nowrap;
overflow: hidden;
}

.theater-meta-contents
Expand Down
4 changes: 4 additions & 0 deletions frontend/webapp/src/views/_Common/Main.css
Original file line number Diff line number Diff line change
Expand Up @@ -4613,6 +4613,10 @@ button:focus {
#main-panel
{
padding: 0 1em;
position: absolute;
top:0;
bottom: 4rem;
min-height: calc(100vh - 4rem);
}

.content.ready .pagesection
Expand Down

0 comments on commit d981e56

Please sign in to comment.