Skip to content

Commit

Permalink
Deploying to gh-pages from @ f50ba37 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
voodoos committed Aug 28, 2024
1 parent bf546bc commit 76c69a1
Show file tree
Hide file tree
Showing 4 changed files with 1,509 additions and 1,499 deletions.
11 changes: 9 additions & 2 deletions app.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,9 @@ body {
justify-items: stretch;
align-items: stretch;

width: 100wv;
height: 100wh;
width: 100vw;
height: 100vh;
overflow: hidden;

& .item-list,
& .playlist {
Expand All @@ -45,6 +46,12 @@ body {
flex-direction: column;
height: 100%;
overflow: hidden;
align-items: stretch;


&>div:last-child {
flex-grow: 1;
}
}

@media screen and (max-width: 512px) {
Expand Down
4 changes: 4 additions & 0 deletions brr_lwd_ui.css
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,10 @@ html {
border-left: 1px solid black;
border-bottom: 1px solid black;

:has(> &) {
overflow: hidden;
}

& .lwdui-lazy-table-content,
& .lwdui-lazy-table-content-wrapper,
& .lwdui-virtual-table-row {
Expand Down
Loading

0 comments on commit 76c69a1

Please sign in to comment.