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 6 additions and 6 deletions
Showing only changes of commit 0212c870c4 - Show all commits

View File

@ -86,7 +86,7 @@ main{
}
.main-table > div > div{
display: table-cell;
padding: 3px 0;
margin: 3px 0;
border-style: solid;
border-width: 1px;
vertical-align: middle;
@ -113,9 +113,6 @@ main{
.item-table-half{
width: 50%;
}
.item-table-480{
width: 480px;
}
@media (min-width: 480px){
.nav{
max-height: none;
@ -134,6 +131,9 @@ main{
display: none;
}
.main-table > div > div{
padding: 5px;
margin: 5px;
}
.item-table-480{
width: 480px;
}
}

View File

@ -26,7 +26,7 @@ body{
}
.main-table{
border-color: wheat;
background-color: #1d1d1e;
background-color: #4f4f4f;
}
.main-table > div > div{
border-color: wheat;