Merge Edge with sort and resize #2

Merged
alfred merged 64 commits from edge into master 2022-07-28 01:51:14 +01:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit d18064ac9b - Show all commits

View File

@ -52,7 +52,7 @@ main{
} }
.menu a{ .menu a{
display: block; display: block;
padding: 32px 30px; padding: 32px 18px;
} }
.hmb{ .hmb{
cursor: pointer; cursor: pointer;

View File

@ -81,7 +81,7 @@
<div class="item-table-360"> <div class="item-table-360">
<div> <div>
{{ if eq .VideoLocation "" }} {{ if eq .VideoLocation "" }}
<img src="{{ $.Data.NoVideoImageLocation }}" alt="No Video" width="320"> <img src="{{ $.Data.NoVideoImageLocation }}" alt="No Video" width="360">
{{ else }} {{ else }}
<video controls width="360"> <video controls width="360">
<source src="{{ .VideoLocation }}" type="{{ .VideoContentType }}"> <source src="{{ .VideoLocation }}" type="{{ .VideoContentType }}">