Merge pull request #275 from Materialious/fix/watch-spacing

Fix spacing
This commit is contained in:
Ward
2024-05-10 10:34:42 +12:00
committed by GitHub
4 changed files with 6 additions and 10 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "Materialious",
"version": "1.0.4",
"version": "1.0.5",
"description": "Modern material design for Invidious.",
"author": {
"name": "Ward Pearce",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "materialious",
"version": "1.0.4",
"version": "1.0.5",
"private": true,
"scripts": {
"dev": "vite dev",
@@ -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;">
+2 -8
View File
@@ -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;
@@ -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;
}
}