mirror of https://gitlab.com/bashrc2/epicyon
main
commit
81457dad1a
|
@ -1726,12 +1726,11 @@ h3 {
|
|||
font-size: var(--font-size-header);
|
||||
font-family: 'Arial, Helvetica, sans-serif';
|
||||
padding: var(--button-height-padding);
|
||||
width: 20%;
|
||||
max-width: 200px;
|
||||
max-width: 400px;
|
||||
min-width: 80px;
|
||||
cursor: pointer;
|
||||
margin: 0 5px;
|
||||
float: right;
|
||||
float: left;
|
||||
}
|
||||
.followApprove {
|
||||
border-radius: var(--button-corner-radius);
|
||||
|
@ -2532,7 +2531,7 @@ h3 {
|
|||
cursor: pointer;
|
||||
margin: 15px;
|
||||
}
|
||||
.followApprove {
|
||||
.followApproveHandle {
|
||||
border-radius: var(--button-corner-radius);
|
||||
background-color: var(--main-bg-color);
|
||||
border: none;
|
||||
|
@ -2541,12 +2540,11 @@ h3 {
|
|||
font-size: var(--font-size3);
|
||||
font-family: 'Arial, Helvetica, sans-serif';
|
||||
padding: var(--button-height-padding-mobile);
|
||||
width: 20%;
|
||||
max-width: 400px;
|
||||
min-width: 80px;
|
||||
cursor: pointer;
|
||||
margin: 0 15px;
|
||||
float: right;
|
||||
float: left;
|
||||
}
|
||||
.followApprove {
|
||||
border-radius: var(--button-corner-radius);
|
||||
|
@ -3354,12 +3352,11 @@ h3 {
|
|||
font-size: var(--font-size3);
|
||||
font-family: 'Arial, Helvetica, sans-serif';
|
||||
padding: var(--button-height-padding-tiny);
|
||||
width: 20%;
|
||||
max-width: 400px;
|
||||
min-width: 80px;
|
||||
cursor: pointer;
|
||||
margin: 0 15px;
|
||||
float: right;
|
||||
float: left;
|
||||
}
|
||||
.followApprove {
|
||||
border-radius: var(--button-corner-radius);
|
||||
|
|
|
@ -904,9 +904,11 @@ def html_profile(signing_priv_key_pem: str,
|
|||
' <form method="POST" action="' + \
|
||||
base_path + '/searchhandle?page=1">\n' + \
|
||||
' <input type="hidden" ' + \
|
||||
'name="actor" value="' + \
|
||||
follower_actor + '">\n' + \
|
||||
' <button type="submit" ' + \
|
||||
'name="actor" value="' + actor + '">\n' + \
|
||||
' <input type="hidden" ' + \
|
||||
'name="searchtext" value="' + \
|
||||
follower_actor + \
|
||||
'">\n <button type="submit" ' + \
|
||||
'class="followApproveHandle" ' + \
|
||||
'name="submitSearch" tabindex="2">' + \
|
||||
follower_handle + new_follower_domain + \
|
||||
|
|
Loading…
Reference in New Issue