Skip to content

Commit

Permalink
Merge pull request #275 from Materialious/fix/watch-spacing
Browse files Browse the repository at this point in the history
Fix spacing
  • Loading branch information
WardPearce committed May 9, 2024
2 parents f0c9838 + 24dae58 commit feddd3f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 10 deletions.
2 changes: 1 addition & 1 deletion materialious/electron/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Materialious",
"version": "1.0.4",
"version": "1.0.5",
"description": "Modern material design for Invidious.",
"author": {
"name": "Ward Pearce",
Expand Down
2 changes: 1 addition & 1 deletion materialious/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "materialious",
"version": "1.0.4",
"version": "1.0.5",
"private": true,
"scripts": {
"dev": "vite dev",
Expand Down
2 changes: 2 additions & 0 deletions materialious/src/routes/watch/[slug]/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -389,6 +389,8 @@
<title>{data.video.title} | Materialious</title>
</svelte:head>

<div class="space"></div>

<div class="grid">
<div class={`s12 m12 l${theatreMode ? '12' : '10'}`}>
<div style="display: flex;justify-content: center;">
Expand Down
10 changes: 2 additions & 8 deletions materialious/static/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,6 @@ main.root {
overflow-y: scroll;
}

@media screen and (max-width: 580px) {
main.root {
padding-left: 0.1em !important;
padding-right: 0.1em !important;
}
}

@media screen and (max-width: 650px) {
dialog.right {
width: 100% !important;
Expand All @@ -53,6 +46,7 @@ main.root {

@media screen and (max-width: 650px) {
main.root {
padding-top: 6em !important;
padding-left: 0.1em !important;
padding-right: 0.1em !important;
}
}

0 comments on commit feddd3f

Please sign in to comment.