Merge Edge with sort and resize #2

Merged
alfred merged 64 commits from edge into master 2022-07-28 01:51:14 +01:00
Showing only changes of commit f7e19d597b - Show all commits

View File

@ -78,6 +78,7 @@ main{
} }
.main-table{ .main-table{
display: table; display: table;
width: 100%;
box-sizing: content-box; box-sizing: content-box;
} }
.main-table > div{ .main-table > div{
@ -98,6 +99,7 @@ main{
} }
.item-table{ .item-table{
display: table; display: table;
width: 100%;
box-sizing: content-box; box-sizing: content-box;
background-color: transparent; background-color: transparent;
} }
@ -118,7 +120,7 @@ main{
width: 100%; width: 100%;
} }
.item-table-half{ .item-table-half{
width: 100%; width: 50%;
} }
.item-table-240{ .item-table-240{
width: 240px; width: 240px;