From fea12957b24a33911e4aef98ffccf163a3939e6c Mon Sep 17 00:00:00 2001 From: Dragos <86549690+dragos-efy@users.noreply.github.com> Date: Tue, 6 Sep 2022 14:19:20 +0300 Subject: [PATCH 1/4] Update PreferencesPage.vue --- src/components/PreferencesPage.vue | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/components/PreferencesPage.vue b/src/components/PreferencesPage.vue index a90df011..03cc4d33 100644 --- a/src/components/PreferencesPage.vue +++ b/src/components/PreferencesPage.vue @@ -91,7 +91,12 @@
- + From 1381a5010feab0794b14617717bdfe4efdf0c142 Mon Sep 17 00:00:00 2001 From: Dragos <86549690+dragos-efy@users.noreply.github.com> Date: Tue, 6 Sep 2022 14:21:44 +0300 Subject: [PATCH 2/4] Fix logo on safari --- efy/piped.css | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/efy/piped.css b/efy/piped.css index 73795f19..eec6d68f 100644 --- a/efy/piped.css +++ b/efy/piped.css @@ -74,15 +74,13 @@ tbody:nth-child(odd), .shaka-overflow-menu button:hover, .shaka-settings-menu bu /*Top bar*/ .pp-nav {margin-bottom: 15rem} - .pp-nav > div.flex-1.flex.justify-start > a {font-size: 25rem} - .pp-nav > div.flex-1.flex.justify-start > a img {margin-right: -5rem} - .pp-nav > div input {margin: 0!important; width: 300rem} - .pp-nav > ul {list-style: none; padding: 0} +.pp-logo img {width: auto} + /*Cards*/ .video-grid > div > .flex > a > img {width: 32rem; height: 32rem} /*Player*/ .player-container {max-height: 75vh; background: #000} [efy_theme=dark_black] .player-container {box-shadow: 0 0 0 1.5rem var(--efy_color_border)} @@ -180,4 +178,4 @@ html .shaka-range-element, html .shaka-range-element:focus { } @media (min-width: 768px) { .md\:hidden {display: none} -} \ No newline at end of file +} From fe3e3dfc0b745ec4246c0699911339f140196067 Mon Sep 17 00:00:00 2001 From: Dragos <86549690+dragos-efy@users.noreply.github.com> Date: Tue, 6 Sep 2022 15:35:45 +0300 Subject: [PATCH 3/4] Update VideoItem.vue --- src/components/VideoItem.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/VideoItem.vue b/src/components/VideoItem.vue index 8499101a..f9ed144c 100644 --- a/src/components/VideoItem.vue +++ b/src/components/VideoItem.vue @@ -30,10 +30,10 @@ v-else-if="video.duration >= 60" v-text="timeFormat(video.duration)" /> -