diff --git a/public/css/peertube/account.css b/public/css/peertube/account.css index c5075c6..a88aee2 100644 --- a/public/css/peertube/account.css +++ b/public/css/peertube/account.css @@ -1420,7 +1420,7 @@ form { color: var(--actionButtonColor); text-transform: uppercase; } -.action-button-like[_ngcontent-nkk-c218], .action-button-dislike[_ngcontent-nkk-c218] { +.action-button-like, .action-button-dislike { filter: brightness(120%); } diff --git a/public/css/peertube/common.css b/public/css/peertube/common.css index 618ada7..bcd0f78 100644 --- a/public/css/peertube/common.css +++ b/public/css/peertube/common.css @@ -1436,7 +1436,7 @@ form { color: var(--actionButtonColor); text-transform: uppercase; } -.action-button-like[_ngcontent-nkk-c218], .action-button-dislike[_ngcontent-nkk-c218] { +.action-button-like, .action-button-dislike { filter: brightness(120%); } diff --git a/resources/views/theme/techsuwa/component/peertube/parts/menu/top/loginmenu.blade.php b/resources/views/theme/techsuwa/component/peertube/parts/menu/top/loginmenu.blade.php index ccc19f4..1940cb8 100644 --- a/resources/views/theme/techsuwa/component/peertube/parts/menu/top/loginmenu.blade.php +++ b/resources/views/theme/techsuwa/component/peertube/parts/menu/top/loginmenu.blade.php @@ -1,4 +1,4 @@ -
- ログイン - 登録 +
+ ログイン +
\ No newline at end of file diff --git a/resources/views/theme/techsuwa/component/peertube/parts/w/info/attrib.blade.php b/resources/views/theme/techsuwa/component/peertube/parts/w/info/attrib.blade.php index 68597f0..67c7c10 100644 --- a/resources/views/theme/techsuwa/component/peertube/parts/w/info/attrib.blade.php +++ b/resources/views/theme/techsuwa/component/peertube/parts/w/info/attrib.blade.php @@ -33,7 +33,7 @@ @if (count($res['detail']->tags) > 0) @foreach ($res['detail']->tags as $k => $v) - {{ $v }}{{ count($res['detail']->tags)-1 != $k ? ', ' : '' }} + {{ $v }}{{ count($res['detail']->tags)-1 != $k ? ', ' : '' }} @endforeach @endif diff --git a/resources/views/theme/techsuwa/component/peertube/videos/local.blade.php b/resources/views/theme/techsuwa/component/peertube/videos/local.blade.php index b70c534..d740438 100644 --- a/resources/views/theme/techsuwa/component/peertube/videos/local.blade.php +++ b/resources/views/theme/techsuwa/component/peertube/videos/local.blade.php @@ -1,29 +1,29 @@ -
-
+
+
- -
-
-

ローカル動画

-
+ +
+
+

ローカル動画

+
Subscribe to RSS feed "ローカル動画" - -
- + +
+
-
+
@include('theme.'.env('THEME').'.component.peertube.parts.common.videosbydate') @include('theme.'.env('THEME').'.component.peertube.parts.common.paginate', [ 'root' => '/peertube/videos/local' ])
-
+
diff --git a/resources/views/theme/techsuwa/component/peertube/videos/recentlyadded.blade.php b/resources/views/theme/techsuwa/component/peertube/videos/recentlyadded.blade.php index 3618d56..657a82b 100644 --- a/resources/views/theme/techsuwa/component/peertube/videos/recentlyadded.blade.php +++ b/resources/views/theme/techsuwa/component/peertube/videos/recentlyadded.blade.php @@ -1,22 +1,22 @@ -
-
+
+
- -
-
-

最近投稿された動画

-
+ +
+
+

最近投稿された動画

+
Subscribe to RSS feed "最近投稿された動画" - -
- + +
+
-
+
@include('theme.'.env('THEME').'.component.peertube.parts.common.videosbydate') @include('theme.'.env('THEME').'.component.peertube.parts.common.paginate', [ diff --git a/resources/views/theme/techsuwa/component/peertube/videos/trending.blade.php b/resources/views/theme/techsuwa/component/peertube/videos/trending.blade.php index 9494c5d..fdc2865 100644 --- a/resources/views/theme/techsuwa/component/peertube/videos/trending.blade.php +++ b/resources/views/theme/techsuwa/component/peertube/videos/trending.blade.php @@ -1,22 +1,22 @@ -
-
+
+
- -
-
-

トレンド

-
+ +
+
+

トレンド

+
Subscribe to RSS feed "トレンド" - -
- + +
+
-
+
@foreach ($res['video']->data as $v)