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 3 additions and 3 deletions
Showing only changes of commit c45ad78560 - Show all commits

View File

@ -78,7 +78,7 @@ main{
} }
.main-table{ .main-table{
display: table; display: table;
width: 100%; width: 95%;
box-sizing: content-box; box-sizing: content-box;
} }
.main-table > div{ .main-table > div{
@ -99,7 +99,7 @@ main{
} }
.item-table{ .item-table{
display: table; display: table;
width: 90%; width: 95%;
box-sizing: content-box; box-sizing: content-box;
background-color: transparent; background-color: transparent;
} }

View File

@ -4,7 +4,7 @@ body{
border-color: #696969; border-color: #696969;
} }
a{ a{
color: #9090f0; color: #b0b0f0;
} }
.header, .nav{ .header, .nav{
background-color: #1d1d1e; background-color: #1d1d1e;