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 220a2f5645 - Show all commits

View File

@ -23,13 +23,15 @@ main{
} }
.home-button{ .home-button{
display: inline-block; display: inline-block;
width: 80px; width: 82px;
height: 76px; height: 82px;
overflow: hidden; overflow: hidden;
} }
.home-button > div{ .home-button > div{
font-size: 60px; font-size: 60px;
padding: 8px 10px; padding: 10px;
vertical-align: top;
text-align: center;
} }
.nav{ .nav{
width: 100%; width: 100%;