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

View File

@ -57,9 +57,10 @@ main{
max-height: 0;
}
.so-pane > *{
vertical-align: middle;
font-size: 16px;
text-align: left;
padding: 0 1px;
padding: 0 2px;
}
.so-pane > label{
background-color: transparent;
@ -117,11 +118,10 @@ main{
position: fixed;
top: 85px;
max-height: 24px;
width: 360px;
width: 400px;
height: 24px;
padding: 4px;
text-align: center;
vertical-align: middle;
border-style: solid;
border-width: 2px;
}