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 b8f3d12399 - Show all commits

View File

@ -59,7 +59,7 @@ main{
.so-pane > *{ .so-pane > *{
font-size: 24px; font-size: 24px;
text-align: center; text-align: center;
width: 90px; width: 180px;
padding: 0 1px; padding: 0 1px;
} }
.nav-menu, .sort-menu, .data-hold{ .nav-menu, .sort-menu, .data-hold{
@ -114,9 +114,9 @@ main{
box-sizing: content-box; box-sizing: content-box;
position: fixed; position: fixed;
top: 85px; top: 85px;
max-height: 48px; max-height: 96px;
width: 360px; width: 360px;
height: 32px; height: 96px;
padding: 4px; padding: 4px;
text-align: center; text-align: center;
vertical-align: middle; vertical-align: middle;