Merge Edge with data #1

Merged
alfred merged 49 commits from edge into master 2022-07-27 14:13:41 +01:00
2 changed files with 7 additions and 2 deletions
Showing only changes of commit 6bae274759 - Show all commits

View File

@ -127,7 +127,7 @@ main{
.item-table-360{ .item-table-360{
display: none; display: none;
} }
@media (min-width: 360px){ @media (min-width: 480px){
.main-table > div > div > div{ .main-table > div > div > div{
margin: 5px; margin: 5px;
} }
@ -137,7 +137,7 @@ main{
width: 360px; width: 360px;
} }
} }
@media (min-width: 570px){ @media (min-width: 600px){
.nav{ .nav{
max-height: none; max-height: none;
top: 0; top: 0;

View File

@ -78,6 +78,11 @@
</video></div> </video></div>
</div> </div>
</div> </div>
<div>
<div class="item-table-full">
<div class="padded-2px">{{ .GetContent }}</div>
</div>
</div>
</div> </div>
</div> </div>
</div> </div>