Merge Edge with data #1

Merged
alfred merged 49 commits from edge into master 2022-07-27 14:13:41 +01:00
Showing only changes of commit f7e19d597b - Show all commits

View File

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